aboutsummaryrefslogtreecommitdiff
path: root/themes/neonxp/layouts/partials/menu.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/neonxp/layouts/partials/menu.html')
-rw-r--r--themes/neonxp/layouts/partials/menu.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/themes/neonxp/layouts/partials/menu.html b/themes/neonxp/layouts/partials/menu.html
index 97f2e1f..c860b4c 100644
--- a/themes/neonxp/layouts/partials/menu.html
+++ b/themes/neonxp/layouts/partials/menu.html
@@ -12,9 +12,11 @@ Renders a menu for the given menu ID.
{{- with index site.Menus $menuID }}
<aside>
- <ul>
- {{- partial "inline/menu/walk.html" (dict "page" $page "menuEntries" .) }}
- </ul>
+ <nav>
+ <ol>
+ {{- partial "inline/menu/walk.html" (dict "page" $page "menuEntries" .) }}
+ </ol>
+ </nav>
</aside>
{{- end }}
@@ -42,9 +44,9 @@ Renders a menu for the given menu ID.
{{- end -}}
>{{ $name }}</a>
{{- with .Children }}
- <ul>
+ <ol>
{{- partial "inline/menu/walk.html" (dict "page" $page "menuEntries" .) }}
- </ul>
+ </ol>
{{- end }}
</li>
{{- end }}