aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/header.html
diff options
context:
space:
mode:
authorCaio Lente <7017340+clente@users.noreply.github.com>2023-10-17 00:06:07 -0300
committerCaio Lente <7017340+clente@users.noreply.github.com>2023-10-17 00:06:07 -0300
commitd796205bf80157a95fe92cb2a4d11b785fd6359f (patch)
tree801226dd4d375da3d98e91f0b7b6329166fe8910 /layouts/partials/header.html
parentf991890cc202aac9d00578c9fa3d6004e9f9ece0 (diff)
parentcfb20f68513fda3a72f49c43da6fa84190855d25 (diff)
downloadhugo-bearcub-d796205bf80157a95fe92cb2a4d11b785fd6359f.tar.gz
hugo-bearcub-d796205bf80157a95fe92cb2a4d11b785fd6359f.tar.bz2
Merge origin/main into style/herman
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index fccb41f..5a66907 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,2 +1,4 @@
+<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>