aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2024-02-03 17:35:25 -0600
committerChristian Cleberg <[email protected]>2024-02-03 17:35:25 -0600
commit261f4223e1b9b51d7c27652cec3e3b574599c664 (patch)
tree6bebf20771fe823477656f19e646bab453f4a82f /templates/base.html
parent1a922a7fd523edf49c945fa3befb4ec28340e180 (diff)
downloadcleberg.net-261f4223e1b9b51d7c27652cec3e3b574599c664.tar.gz
cleberg.net-261f4223e1b9b51d7c27652cec3e3b574599c664.tar.bz2
cleberg.net-261f4223e1b9b51d7c27652cec3e3b574599c664.zip
add accessibility features
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index c075a42..1c9c40d 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -26,7 +26,7 @@
{% block extra_head %}{% endblock extra_head %}
</head>
<body>
- <nav class="site-nav">
+ <nav class="site-nav" aria-label="site-nav" role="navigation">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/blog/">Blog</a></li>