diff options
author | User Mms <mms@voyager.local> | 2024-10-29 15:55:01 +0100 |
---|---|---|
committer | User Mms <mms@voyager.local> | 2024-10-29 15:55:01 +0100 |
commit | ef4c5e0e53ff416dae73461fd87c4b97024035de (patch) | |
tree | 1fc6e5e988449d5c409d7a136f9006b56f21b679 | |
parent | 7ed442dfa3b26483ff6cd1eeb871b40b6be97f52 (diff) |
fix: disable menu cache, make active active
-rw-r--r-- | themes/24-unification/layouts/_default/baseof.html | 2 |
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> |