cmc/cleberg.net
My personal web garden & blog.
clone: git clone https://gitbay.org/cmc/cleberg.net.git
52ace755c5f4f0a8be8252764005e4f99d9a67ba
unsigned
author: Christian Cleberg <hello@cleberg.net> · 2025-11-12T00:46:12Z
theme/static/styles.css | 9 +++++++++ theme/templates/base.html | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) @@ -37,6 +37,15 @@ h1,h2,h3,h4,h5,h6 { text-transform: uppercase; } +.skip-link { + position: absolute; + left: -999px; + top: auto; + width: 1px; + height: 1px; + overflow: hidden; +} + nav { align-items: center; display: flex; @@ -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> · <a href="https://git.cleberg.net/cleberg.net.git" target="_blank"