Skip to content

Commit

Permalink
Correct href for skip to content link
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspermdegroot committed Feb 27, 2016
1 parent 44550d4 commit 0f81201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion header.php
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 0f81201

Please sign in to comment.