From 1895cd09ada4b3077c6302cc32817ca1f217ff13 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Sat, 25 Apr 2026 22:34:54 +0200 Subject: [PATCH] ui: make footer sticky at the bottom --- web/shared/layout/layout.templ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/shared/layout/layout.templ b/web/shared/layout/layout.templ index 7a7d52a..d044db2 100644 --- a/web/shared/layout/layout.templ +++ b/web/shared/layout/layout.templ @@ -95,7 +95,7 @@ templ Layout(title string, showHeader bool) { }> { children... } -