summaryrefslogtreecommitdiff
path: root/internal/template/templates/common/feed_menu.html
diff options
context:
space:
mode:
Diffstat (limited to 'internal/template/templates/common/feed_menu.html')
-rw-r--r--internal/template/templates/common/feed_menu.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/template/templates/common/feed_menu.html b/internal/template/templates/common/feed_menu.html
index bbbdcf04..c0b96a42 100644
--- a/internal/template/templates/common/feed_menu.html
+++ b/internal/template/templates/common/feed_menu.html
@@ -1,5 +1,5 @@
{{ define "feed_menu" }}
-<ul>
+<nav aria-label="{{ t "page.feeds.title" }} {{ t "menu.title" }}"><ul>
<li>
<a href="{{ route "feeds" }}">{{ icon "feeds" }}{{ t "menu.feeds" }}</a>
</li>
@@ -15,5 +15,5 @@
<li>
<a href="{{ route "refreshAllFeeds" }}">{{ icon "refresh" }}{{ t "menu.refresh_all_feeds" }}</a>
</li>
-</ul>
+</ul></nav>
{{ end }}