summaryrefslogtreecommitdiff
path: root/layouts/partials/navmenu.html
diff options
context:
space:
mode:
authorArne Rief <riearn@proton.me>2025-09-19 19:20:39 +0200
committerArne Rief <riearn@proton.me>2025-09-19 19:20:39 +0200
commita57a8f991a2a5960fc886aa8bfcfca9719cecfda (patch)
treec3bcdf0ff5138c539fdbcf5d28b52951da6c2eca /layouts/partials/navmenu.html
parente754bed52740760c91be6b651887980a51cd59cf (diff)
Flat i18n tables
Diffstat (limited to 'layouts/partials/navmenu.html')
-rw-r--r--layouts/partials/navmenu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/navmenu.html b/layouts/partials/navmenu.html
index e833168..af0fc2e 100644
--- a/layouts/partials/navmenu.html
+++ b/layouts/partials/navmenu.html
@@ -11,7 +11,7 @@ Simplified version of the `hugo new template` menu.html default. Renders a menu
{{- $menuID := .menuID }}
{{- with index site.Menus $menuID }}
-<nav role="navigation" aria-label="{{ lang.Translate "header.navmenu" | default "Site navigation" }}" class="header__navigation">
+<nav role="navigation" aria-label="{{ lang.Translate "navmenu" | default "Site navigation" }}" class="header__navigation">
<ul class="header__navigation-list">
{{- range . }}
{{- $isCurrentPage := $currentPage.IsMenuCurrent .Menu . }}