aboutsummaryrefslogtreecommitdiff
path: root/theme/templates
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-11-11 18:46:12 -0600
committerChristian Cleberg <[email protected]>2025-11-11 18:46:12 -0600
commit52ace755c5f4f0a8be8252764005e4f99d9a67ba (patch)
tree8f12e3720bbe7d6186985a062164d21097113cfb /theme/templates
parent7a3e3b542ff996022fec0757f20432613fff5203 (diff)
downloadcleberg.net-52ace755c5f4f0a8be8252764005e4f99d9a67ba.tar.gz
cleberg.net-52ace755c5f4f0a8be8252764005e4f99d9a67ba.tar.bz2
cleberg.net-52ace755c5f4f0a8be8252764005e4f99d9a67ba.zip
add skip-to-content link
Diffstat (limited to 'theme/templates')
-rw-r--r--theme/templates/base.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/theme/templates/base.html b/theme/templates/base.html
index cafe476..2f22493 100644
--- a/theme/templates/base.html
+++ b/theme/templates/base.html
@@ -17,6 +17,7 @@
{% endblock %}
</head>
<body>
+ <a href="#main" class="skip-link">Skip to content</a>
<nav aria-label="site-nav" role="navigation">
<ul>
<li><a href="/">/home</a></li>
@@ -25,7 +26,7 @@
<li><a href="/services/">/services</a></li>
</ul>
</nav>
- <main>{% block main %}{% endblock %}</main>
+ <main id="main">{% block main %}{% endblock %}</main>
<footer>
<a href="https://stats.uptimerobot.com/OwOWs7HU0z">status</a> &middot;
<a href="https://git.cleberg.net/cleberg.net.git" target="_blank"