summaryrefslogtreecommitdiffstats
path: root/themes/aoidh/layouts/_partials/nav.html
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-03-06 11:03:23 -0500
committerSam Anthony <sam@samanthony.xyz>2026-03-06 11:03:23 -0500
commit9f40f4a056faf194226c5ca533b52b86ffe60537 (patch)
treedf4fa8f1af82653a0d69d4eb77e75e467d3c50af /themes/aoidh/layouts/_partials/nav.html
parent4a22ce5d9dd64d45555e7d18fc780b54b3f4ec86 (diff)
downloadsamanthony.xyz-9f40f4a056faf194226c5ca533b52b86ffe60537.zip
remove theme
Diffstat (limited to 'themes/aoidh/layouts/_partials/nav.html')
-rw-r--r--themes/aoidh/layouts/_partials/nav.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/themes/aoidh/layouts/_partials/nav.html b/themes/aoidh/layouts/_partials/nav.html
deleted file mode 100644
index 81751ef..0000000
--- a/themes/aoidh/layouts/_partials/nav.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<nav>
- <ul>
- {{- $currentPage := . }}
- {{- range site.Menus.main }}
- {{- if $currentPage.IsMenuCurrent .Menu . }}
- <li class="nav-active"><a href="{{ .URL }}">{{ .Name }}</a></li>
- {{- else if $currentPage.HasMenuCurrent .Menu . }}
- <li class="nav-ancestor"><a href="{{ .URL }}">{{ .Name }}</a></li>
- {{- else }}
- <li><a href="{{ .URL }}">{{ .Name }}</a></li>
- {{- end }}
- {{- end }}
- </ul>
-</nav>