File: /var/www/html/levwp/wp-content/themes/slresponsive/footer.php
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package SlResponsive
*/
?>
</div><!-- #content -->
</div><!-- .container -->
<footer id="colophon" class="site-footer bg-color" role="contentinfo">
<div class="site-info container">
<div class="row">
<p>Copyright © <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php bloginfo( 'name' ); ?></a>. All Rights Reserved.</p>
</div>
</div><!-- .site-info -->
</footer><!-- #colophon -->
<?php wp_footer(); ?>
</body>
</html>