fixed html comment typo, which leaked into the webpage

This commit is contained in:
giomba 2020-11-01 15:13:28 +01:00
parent b056b7e2a1
commit 723f855f3c
1 changed files with 2 additions and 2 deletions

View File

@ -67,12 +67,12 @@
)
);
?>
</nav><!-- #site-navigation -->
</nav> #site-navigation -->
<?php if ( get_header_image() ) : ?>
<a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php header_image(); ?>" class="header-image" width="<?php echo esc_attr( get_custom_header()->width ); ?>" height="<?php echo esc_attr( get_custom_header()->height ); ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" /></a>
<?php endif; ?>
</header>
-->
<!-- GOLEM -->
<div id="main" class="wrapper">