Formatting cleanup

This commit is contained in:
Mike Francis 2014-03-31 16:15:18 +01:00
parent 0d8c4da159
commit cbd57dc329
6 changed files with 58 additions and 28 deletions

View file

@ -1,8 +1,9 @@
<footer class="footer" role="contentinfo">
<div class="container">
&copy; <?php bloginfo( 'name' ); ?> <?php echo date( 'Y' ); ?>
</div>
</footer>
<?php wp_footer(); ?>
<footer class="footer" role="contentinfo">
<div class="container">
<?php wp_nav_menu( array( 'theme_location' => 'footer' ) ); ?>
&copy; <?php bloginfo( 'name' ); ?> <?php echo date( 'Y' ); ?>
</div>
</footer>
<?php wp_footer(); ?>
</body>
</html>