forked from mirror/_s
Merge pull request #175 from braden337/master
_s: site-navigation is an id not a class, silly!
This commit is contained in:
commit
bdecbd3734
|
@ -36,7 +36,7 @@
|
|||
<div class="assistive-text skip-link"><a href="#content" title="<?php esc_attr_e( 'Skip to content', '_s' ); ?>"><?php _e( 'Skip to content', '_s' ); ?></a></div>
|
||||
|
||||
<?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
|
||||
</nav><!-- .site-navigation -->
|
||||
</nav><!-- #site-navigation -->
|
||||
</header><!-- #masthead -->
|
||||
|
||||
<div id="main" class="site-main">
|
||||
|
|
Reference in New Issue