3c60ebde58
This should not use a H2, as that is not an important headline, and thus a H2 here would probably hurt in page SEO.
7 lines
495 B
HTML
7 lines
495 B
HTML
<nav class="skip-links">
|
|
<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>
|
|
<li><a href="#footer" class="screen-reader-shortcut">{{ site.data.ui-text[site.locale].skip_footer | default: 'Skip to footer' }}</a></li>
|
|
</ul>
|
|
</nav>
|