corrections to navs

This commit is contained in:
Lukas Juhas 2017-12-15 12:51:21 +00:00
parent 3b5057a1bb
commit b1e6b6903e
4 changed files with 18 additions and 14 deletions

View file

@ -1,6 +1,8 @@
<footer class="footer" role="contentinfo">
<div class="container">
<?php wp_nav_menu(['theme_location' => 'footer', 'menu_class' => 'nav nav--footer']); ?>
<nav class="nav nav--footer">
<?php wp_nav_menu(['theme_location' => 'footer', 'menu_class' => 'nav__list']); ?>
</nav>
&copy; <?php bloginfo('name'); ?> <?php echo date('Y'); ?>
</div>
</footer>