aboutsummaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
Diffstat (limited to 'theme')
-rw-r--r--theme/templates/base.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/theme/templates/base.html b/theme/templates/base.html
index 2f22493..9a32922 100644
--- a/theme/templates/base.html
+++ b/theme/templates/base.html
@@ -17,8 +17,10 @@
{% endblock %}
</head>
<body>
- <a href="#main" class="skip-link">Skip to content</a>
- <nav aria-label="site-nav" role="navigation">
+ <div aria-label="Skip to Content" role="navigation">
+ <a href="#main" class="skip-link">Skip to content</a>
+ </div>
+ <nav aria-label="Site Navigation">
<ul>
<li><a href="/">/home</a></li>
<li><a href="/about/">/about</a></li>