summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/24-unification/layouts/_default/baseof.html4
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>