22 lines
351 B
PHP
22 lines
351 B
PHP
|
|
</main>
|
|
|
|
<?php do_action( 'tailpress_content_end' ); ?>
|
|
|
|
</div>
|
|
|
|
<?php do_action( 'tailpress_content_after' ); ?>
|
|
|
|
<footer id="colophon" class="site-footer" role="contentinfo">
|
|
<?php do_action( 'tailpress_footer' ); ?>
|
|
|
|
<?php get_template_part('template-parts/la-components/footer'); ?>
|
|
</footer>
|
|
|
|
</div>
|
|
|
|
<?php wp_footer(); ?>
|
|
|
|
</body>
|
|
</html>
|