<?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 treck
*/
?>
</div><!-- #page -->
<div class="footer-wrapper">
<?php do_action('treck_footer'); ?>
</div><!-- /.footer-wrapper -->
<?php wp_footer(); ?>
</body>
</html>