Skip to content

Commit

Permalink
Move skip link right after body tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Feb 25, 2021
1 parent b027b04 commit 1058b7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions header.php
Expand Up @@ -6,8 +6,8 @@
*
* @Author: Roni Laukkarinen
* @Date: 2020-05-11 13:17:32
* @Last Modified by: Timi Wahalahti
* @Last Modified time: 2020-11-19 11:24:53
* @Last Modified by: Roni Laukkarinen
* @Last Modified time: 2021-02-25 13:47:40
*
* @package air-light
*/
Expand All @@ -28,11 +28,11 @@
</head>

<body <?php body_class( 'no-js' ); ?>>
<a class="skip-link screen-reader-text" href="#content"><?php echo esc_html( get_default_localization( 'Skip to content' ) ); ?></a>

<?php wp_body_open(); ?>
<div id="page" class="site">

<a class="skip-link screen-reader-text" href="#content"><?php echo esc_html( get_default_localization( 'Skip to content' ) ); ?></a>

<div class="nav-container">
<header class="site-header">

Expand Down

0 comments on commit 1058b7a

Please sign in to comment.