Update footer.php

This commit is contained in:
Pedro Reis 2018-04-26 15:25:15 +01:00 committed by GitHub
parent 2c251d3834
commit 759075982d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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>
&copy; <?php bloginfo('name'); ?> <?php echo date('Y'); ?>
</div>