forked from mirror/_s
Correct href for skip to content link
This commit is contained in:
parent
44550d40a3
commit
0f81201b53
|
@ -22,7 +22,7 @@
|
|||
|
||||
<body <?php body_class(); ?>>
|
||||
<div id="page" class="site">
|
||||
<a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', '_s' ); ?></a>
|
||||
<a class="skip-link screen-reader-text" href="#main"><?php esc_html_e( 'Skip to content', '_s' ); ?></a>
|
||||
|
||||
<header id="masthead" class="site-header" role="banner">
|
||||
<div class="site-branding">
|
||||
|
|
Reference in New Issue