Migrate theme templates to Bootstrap 5 components and grids

This commit is contained in:
Adolfo Reyna
2026-03-12 23:56:36 -04:00
parent 75a2173dc2
commit c2c018ff6f
7 changed files with 301 additions and 221 deletions

View File

@@ -1,11 +1,12 @@
<footer id="colophon" class="site-footer">
<div class="site-info">
<p>&copy; <?php echo date( 'Y' ); ?> <?php bloginfo( 'name' ); ?></p>
</div><!-- .site-info -->
</footer><!-- #colophon -->
<footer id="colophon" class="site-footer bg-dark text-white py-4 mt-auto">
<div class="container text-center">
<p class="mb-0 opacity-75">&copy; <?php echo date('Y'); ?> <?php bloginfo('name'); ?></p>
</div><!-- .container -->
</footer><!-- #colophon -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>
</html>