File: //home/u435929562/domains/tec-edu.in/public_html/wp-content/themes/literacy/footer.php
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after
*
* @package Literacy
*/
?>
<div class="copyright-wrapper">
<div class="inner">
<div class="copyright">
<p><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php esc_html(bloginfo( 'name' )); ?> <?php echo esc_html(date_i18n( __( 'Y', 'literacy' ) )); ?> <?php esc_html_e('. Powered by WordPress','literacy'); ?></p>
</div><!-- copyright --><div class="clear"></div>
</div><!-- inner -->
</div>
</div>
<?php wp_footer(); ?>
</body>
</html>