Migrate theme templates to Bootstrap 5 components and grids
This commit is contained in:
13
footer.php
13
footer.php
@@ -1,11 +1,12 @@
|
||||
<footer id="colophon" class="site-footer">
|
||||
<div class="site-info">
|
||||
<p>© <?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">© <?php echo date('Y'); ?> <?php bloginfo('name'); ?></p>
|
||||
</div><!-- .container -->
|
||||
</footer><!-- #colophon -->
|
||||
</div><!-- #page -->
|
||||
|
||||
<?php wp_footer(); ?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user