Add i18n to skiplink

This commit is contained in:
Caio Lente 2023-09-29 19:57:55 -03:00
parent 64583d8a0a
commit 6f981964e0
No known key found for this signature in database
GPG key ID: E66D381776EFC03A
6 changed files with 17 additions and 11 deletions

View file

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