Merge pull request #988 from davidakennedy/master

Fix skip to content link.
This commit is contained in:
David A. Kennedy 2016-07-15 10:04:01 -04:00 committed by GitHub
commit ed64fc99b9
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
<body <?php body_class(); ?>> <body <?php body_class(); ?>>
<div id="page" class="site"> <div id="page" class="site">
<a class="skip-link screen-reader-text" href="#main"><?php esc_html_e( 'Skip to content', '_s' ); ?></a> <a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', '_s' ); ?></a>
<header id="masthead" class="site-header" role="banner"> <header id="masthead" class="site-header" role="banner">
<div class="site-branding"> <div class="site-branding">