Remove comments

This commit is contained in:
Mike Francis 2015-04-02 10:43:58 +01:00
parent d0423353a0
commit 77438665f7
2 changed files with 4 additions and 5 deletions

View File

@ -1,9 +1,9 @@
<!-- <footer class="footer" role="contentinfo">
<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> -->
</footer>
<?php wp_footer(); ?>
</body>
</html>

View File

@ -20,11 +20,10 @@
<![endif]-->
</head>
<body <?php body_class(); ?>>
<!-- <header class="header" role="banner">
<header class="header" role="banner">
<div class="container">
<nav role="navigation">
<?php wp_nav_menu( array( 'theme_location' => 'header' ) ); ?>
</nav>
</div>
</header>
-->