From e9917730b8ef083aaebad7f13e830e414377864e Mon Sep 17 00:00:00 2001 From: mkelvers Date: Thu, 25 Jun 2026 21:41:39 +0200 Subject: [PATCH] feat: add responsive hamburger menu for mobile navigation --- templates/components/navigation.gohtml | 32 ++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/templates/components/navigation.gohtml b/templates/components/navigation.gohtml index 661fa710..6d62bfd2 100644 --- a/templates/components/navigation.gohtml +++ b/templates/components/navigation.gohtml @@ -96,20 +96,44 @@ {{define "header_navigation"}} {{$currentPath := .CurrentPath}} -
+
{{end}}