forked from mirror/_s
Closing DIV comment for site-branding
Call it OCD, but I feel like we need a closing DIV comment for ```site-branding``` :)
This commit is contained in:
parent
964c19070f
commit
78afbb911b
|
@ -26,7 +26,7 @@
|
|||
<div class="site-branding">
|
||||
<h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
|
||||
<h2 class="site-description"><?php bloginfo( 'description' ); ?></h2>
|
||||
</div>
|
||||
</div><!-- .site-branding -->
|
||||
|
||||
<nav id="site-navigation" class="main-navigation" role="navigation">
|
||||
<button class="menu-toggle"><?php _e( 'Primary Menu', '_s' ); ?></button>
|
||||
|
|
Reference in New Issue