From b500e014986525100b7efb621cc05b16afe84d5e Mon Sep 17 00:00:00 2001 From: mkelvers Date: Sat, 25 Apr 2026 21:40:14 +0200 Subject: [PATCH] feat: add footer with github link, theme toggle, and copyright --- web/shared/layout/layout.templ | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/web/shared/layout/layout.templ b/web/shared/layout/layout.templ index ac7da24..b696cc5 100644 --- a/web/shared/layout/layout.templ +++ b/web/shared/layout/layout.templ @@ -2,6 +2,7 @@ package layout import ( "mal/web/components/icons" + "time" ) templ Layout(title string, showHeader bool) { @@ -25,7 +26,7 @@ templ Layout(title string, showHeader bool) { if showHeader {
@@ -99,11 +100,36 @@ templ Layout(title string, showHeader bool) {
}
{ children... }
+