<?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 Katerio
*/
do_action( 'th90_below_primary' );
?>
</div><!-- #content -->
<?php do_action( 'hook_footer_before' ); ?>
<footer id="colophon">
<?php get_template_part( 'template-parts/footer/footer' ); ?>
</footer>
<?php do_action( 'hook_footer_after' ); ?>
</div> <!-- #page -->
<?php wp_footer(); ?>
</body>
</html>