refactor: rename menu explorer

This commit is contained in:
2026-06-21 18:02:58 +00:00
parent f8af9035e8
commit 1ac16f10a5
5 changed files with 7 additions and 7 deletions
@@ -10,7 +10,7 @@
<nav class="flex flex-col gap-1 text-sm" aria-label="Primary">
{{ with site.Sections }}
{{ partial "menu-tree.html" (dict "nodes" . "level" 0) }}
{{ partial "explorer-tree.html" (dict "nodes" . "level" 0) }}
{{ end }}
</nav>