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 "/"}}