summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUser Mms <mms@voyager.local>2024-10-29 15:55:01 +0100
committerUser Mms <mms@voyager.local>2024-10-29 15:55:01 +0100
commitef4c5e0e53ff416dae73461fd87c4b97024035de (patch)
tree1fc6e5e988449d5c409d7a136f9006b56f21b679
parent7ed442dfa3b26483ff6cd1eeb871b40b6be97f52 (diff)
fix: disable menu cache, make active active
-rw-r--r--themes/24-unification/layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/24-unification/layouts/_default/baseof.html b/themes/24-unification/layouts/_default/baseof.html
index 23bcf48..602a902 100644
--- a/themes/24-unification/layouts/_default/baseof.html
+++ b/themes/24-unification/layouts/_default/baseof.html
@@ -467,7 +467,7 @@ nav.horizontal {
<nav class="nav">
- {{ partialCached "24-unification/nav.html" . .Section }}
+ {{ partial "24-unification/nav.html" . }}
</nav>