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"> <div class="container">
<?php wp_nav_menu( array( 'theme_location' => 'footer' ) ); ?> <?php wp_nav_menu( array( 'theme_location' => 'footer' ) ); ?>
&copy; <?php bloginfo( 'name' ); ?> <?php echo date( 'Y' ); ?> &copy; <?php bloginfo( 'name' ); ?> <?php echo date( 'Y' ); ?>
</div> </div>
</footer> --> </footer>
<?php wp_footer(); ?> <?php wp_footer(); ?>
</body> </body>
</html> </html>

View File

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