Update footer.php

This commit is contained in:
Pedro Reis 2018-07-17 15:14:50 +01:00 committed by GitHub
parent 5e5baf138b
commit 422d2e705a
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"> <footer class="footer" role="contentinfo">
<div class="container"> <div class="container">
<nav class="nav nav--footer"> <nav class="footer__navigation">
<?php wp_nav_menu(['theme_location' => 'footer', 'menu_class' => 'nav__list']); ?> <?php wp_nav_menu(['theme_location' => 'footer', 'menu_class' => 'nav nav--footer']); ?>
</nav> </nav>
&copy; <?php bloginfo('name'); ?> <?php echo date('Y'); ?> &copy; <?php bloginfo('name'); ?> <?php echo date('Y'); ?>
</div> </div>