From 2a266c6b1e1cc64f0f5348de8861f643ea3b4f6e Mon Sep 17 00:00:00 2001 From: mkelvers Date: Tue, 26 May 2026 22:30:14 +0200 Subject: [PATCH] fix: wire nav collapse --- templates/base.gohtml | 8 ++++---- templates/components/dropdown.gohtml | 8 ++++++++ 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/templates/base.gohtml b/templates/base.gohtml index 5246f58..625c355 100644 --- a/templates/base.gohtml +++ b/templates/base.gohtml @@ -115,10 +115,10 @@
- {{block "sidebar" .}} - {{template "navigation" dict "CurrentPath" .CurrentPath}} - {{end}} -
+ {{block "sidebar" .}} + {{template "navigation" dict "CurrentPath" .CurrentPath "IsCollapsed" false}} + {{end}} +