From 9da9edae7fa97f9d44e583374e5bef42afee88c5 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Sun, 24 May 2026 02:27:35 +0200 Subject: [PATCH] fix: restore command palette overlay --- templates/base.gohtml | 22 ++++++++++++++++++++++ templates/components/navigation.gohtml | 22 ---------------------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/templates/base.gohtml b/templates/base.gohtml index 4040e8c..7cb9211 100644 --- a/templates/base.gohtml +++ b/templates/base.gohtml @@ -313,6 +313,28 @@ if (window.showToast) showToast({ message: 'Something went wrong' }) {{template "navigation" dict "CurrentPath" .CurrentPath}} {{end}} + +
diff --git a/templates/components/navigation.gohtml b/templates/components/navigation.gohtml index 9680cad..186e808 100644 --- a/templates/components/navigation.gohtml +++ b/templates/components/navigation.gohtml @@ -23,28 +23,6 @@
- - {{/* Home */}} {{$isActive := eq $currentPath "/"}}