STYLE Clean up footer.php by standardizing action hook formatting and removing unnecessary classes
This commit is contained in:
parent
596f442b66
commit
ffeecdc688
|
|
@ -5,12 +5,12 @@
|
||||||
|
|
||||||
<?php do_action('tailpress_content_after'); ?>
|
<?php do_action('tailpress_content_after'); ?>
|
||||||
|
|
||||||
<footer id="colophon" class="site-footer bg-gray-50 py-12" role="contentinfo">
|
<footer id="colophon" class="site-footer" role="contentinfo">
|
||||||
|
|
||||||
|
<?php get_template_part('template-parts/footer'); ?>
|
||||||
<?php do_action('tailpress_footer'); ?>
|
<?php do_action('tailpress_footer'); ?>
|
||||||
|
|
||||||
<div class="container mx-auto text-center text-gray-500">
|
|
||||||
© <?php echo date_i18n( 'Y' );?> - <?php echo get_bloginfo( 'name' );?>
|
|
||||||
</div>
|
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user