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">
|
<div class="container">
|
||||||
<?php wp_nav_menu( array( 'theme_location' => 'footer' ) ); ?>
|
<?php wp_nav_menu( array( 'theme_location' => 'footer' ) ); ?>
|
||||||
© <?php bloginfo( 'name' ); ?> <?php echo date( 'Y' ); ?>
|
© <?php bloginfo( 'name' ); ?> <?php echo date( 'Y' ); ?>
|
||||||
</div>
|
</div>
|
||||||
</footer> -->
|
</footer>
|
||||||
<?php wp_footer(); ?>
|
<?php wp_footer(); ?>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -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>
|
||||||
-->
|
|
Loading…
Reference in New Issue