aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
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>