Skip to content

Commit

Permalink
Set tabindex to 0 for skip to content link (#1393)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanzilla authored and squidfunk committed Dec 21, 2019
1 parent 72891b8 commit 98b11c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@

<!-- Render "skip to content" link -->
{% if page.toc | first is defined %}
<a href="{{ (page.toc | first).url }}" tabindex="1"
<a href="{{ (page.toc | first).url }}" tabindex="0"
class="md-skip">
{{ lang.t('skip.link.title') }}
</a>
Expand Down

0 comments on commit 98b11c1

Please sign in to comment.