Remove comments
This commit is contained in:
parent
d0423353a0
commit
77438665f7
|
@ -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' ) ); ?>
|
||||
© <?php bloginfo( 'name' ); ?> <?php echo date( 'Y' ); ?>
|
||||
</div>
|
||||
</footer> -->
|
||||
</footer>
|
||||
<?php wp_footer(); ?>
|
||||
</body>
|
||||
</html>
|
|
@ -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>
|
||||
-->
|
||||
</header>
|
Loading…
Reference in New Issue