diff options
author | User Mms <mms@voyager.local> | 2024-10-25 23:58:13 +0200 |
---|---|---|
committer | User Mms <mms@voyager.local> | 2024-10-25 23:58:13 +0200 |
commit | c6ec3365c880da134c35e6552642535e822604e6 (patch) | |
tree | 31d7c04fb3b363e51ae2255ecdd44de450244886 | |
parent | 15396f6f897123e63817c02a1303dc11cb73800d (diff) |
feat: skip to content
-rw-r--r-- | themes/24-unification/layouts/_default/baseof.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/24-unification/layouts/_default/baseof.html b/themes/24-unification/layouts/_default/baseof.html index 2c0857e..8911927 100644 --- a/themes/24-unification/layouts/_default/baseof.html +++ b/themes/24-unification/layouts/_default/baseof.html @@ -426,7 +426,7 @@ <body> <nav class="nav"> - +<a href="#content" style="height: 1px; left: 0; overflow: hidden; position: absolute; top: -1000px; width: 1px;">Skip to content</a> <div class="nav-box"> <div class="logo" id="faceBg"> {{ partial "blog/face-game.html" . }} @@ -470,7 +470,7 @@ </nav> - <main> + <main id="content"> {{ block "main" . }} {{ end }} </main> |