cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

86f2c66999b5dfd11ff24181db4b553d50fc5ebf

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2025-11-15T01:18:48Z

fix navigation for ARIA
 theme/templates/base.html | 6 ++++--
 1 file 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>