Skip to content

Commit

Permalink
Remove H2 as it is not important to site structure (mmistakes#3012)
Browse files Browse the repository at this point in the history
This should not use a H2, as that is not an important headline, and thus a H2 here would probably hurt in page SEO.
  • Loading branch information
lsolesen authored and chukycheese committed Sep 18, 2023
1 parent a715e80 commit 61d7bb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _includes/skip-links.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<nav class="skip-links">
<h2 class="screen-reader-text">{{ site.data.ui-text[site.locale].skip_links | default: 'Skip links' }}</h2>
<ul>
<li><a href="#site-nav" class="screen-reader-shortcut">{{ site.data.ui-text[site.locale].skip_primary_nav | default: 'Skip to primary navigation' }}</a></li>
<li><a href="#main" class="screen-reader-shortcut">{{ site.data.ui-text[site.locale].skip_content | default: 'Skip to content' }}</a></li>
Expand Down

0 comments on commit 61d7bb9

Please sign in to comment.