Skip to content

Commit 3c60ebd

Browse files
authoredJun 23, 2021
Remove H2 as it is not important to site structure (mmistakes#3012)
This should not use a H2, as that is not an important headline, and thus a H2 here would probably hurt in page SEO.
1 parent b997dc5 commit 3c60ebd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎_includes/skip-links.html

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<nav class="skip-links">
2-
<h2 class="screen-reader-text">{{ site.data.ui-text[site.locale].skip_links | default: 'Skip links' }}</h2>
32
<ul>
43
<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>
54
<li><a href="#main" class="screen-reader-shortcut">{{ site.data.ui-text[site.locale].skip_content | default: 'Skip to content' }}</a></li>

0 commit comments

Comments
 (0)
Please sign in to comment.