forked from mirror/_s
Merge branch 'master' of https://github.com/Automattic/_s
This commit is contained in:
commit
23d0a41722
|
@ -26,7 +26,7 @@
|
||||||
<div class="site-branding">
|
<div class="site-branding">
|
||||||
<h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
|
<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>
|
<h2 class="site-description"><?php bloginfo( 'description' ); ?></h2>
|
||||||
</div>
|
</div><!-- .site-branding -->
|
||||||
|
|
||||||
<nav id="site-navigation" class="main-navigation" role="navigation">
|
<nav id="site-navigation" class="main-navigation" role="navigation">
|
||||||
<button class="menu-toggle"><?php _e( 'Primary Menu', '_s' ); ?></button>
|
<button class="menu-toggle"><?php _e( 'Primary Menu', '_s' ); ?></button>
|
||||||
|
|
Reference in New Issue