Merge pull request #5 from 2kool4idkwhat/main

a11y: add a "skip to main content" link
This commit is contained in:
Caio Lente 2023-09-29 19:49:56 -03:00 committed by GitHub
commit 6f2e7d0c6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 1 deletions

View file

@ -1,2 +1,4 @@
<a class="skiplink" href="#maincontent">Skip to Main Content</a>
<a href="{{ relURL .Site.Home.Permalink }}" class="title"><h1>{{ .Site.Title }}</h1></a>
<nav>{{- partial "nav.html" . -}}</nav>