aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/base.html
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-11-14 19:18:48 -0600
committerChristian Cleberg <[email protected]>2025-11-14 19:18:48 -0600
commit86f2c66999b5dfd11ff24181db4b553d50fc5ebf (patch)
treeefef539d8e822099c37dd112bbab1d24230a2b48 /theme/templates/base.html
parent724c262744a91314f59d4fb6d2e718bce2cf1680 (diff)
downloadcleberg.net-86f2c66999b5dfd11ff24181db4b553d50fc5ebf.tar.gz
cleberg.net-86f2c66999b5dfd11ff24181db4b553d50fc5ebf.tar.bz2
cleberg.net-86f2c66999b5dfd11ff24181db4b553d50fc5ebf.zip
fix navigation for ARIA
Diffstat (limited to 'theme/templates/base.html')
-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>