Update footer.php
This commit is contained in:
parent
2c251d3834
commit
759075982d
|
@ -1,7 +1,7 @@
|
|||
<footer class="footer" role="contentinfo">
|
||||
<div class="container">
|
||||
<nav class="nav nav--footer">
|
||||
<?php wp_nav_menu(['theme_location' => 'footer', 'menu_class' => 'nav__list']); ?>
|
||||
<nav class="footer__navigation">
|
||||
<?php wp_nav_menu(['theme_location' => 'footer', 'menu_class' => 'nav nav--footer']); ?>
|
||||
</nav>
|
||||
© <?php bloginfo('name'); ?> <?php echo date('Y'); ?>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue