lhoist-stay-safe__backend-t.../footer.php
2024-01-26 12:10:13 +01:00

22 lines
435 B
PHP

</main>
<?php do_action( 'tailpress_content_end' ); ?>
<?php do_action( 'tailpress_content_after' ); ?>
<footer id="colophon" class="site-footer bg-gray-50 py-12" role="contentinfo">
<?php do_action( 'tailpress_footer' ); ?>
<div class="container mx-auto text-center text-gray-500">
&copy; <?php echo date_i18n( 'Y' );?> - <?php echo get_bloginfo( 'name' );?>
</div>
</footer>
</div>
<?php wp_footer(); ?>
</body>
</html>