From 80d9a72600cde8a72239f363511abf2b6f44d6bf Mon Sep 17 00:00:00 2001 From: mkelvers Date: Tue, 28 Apr 2026 09:31:42 +0200 Subject: [PATCH] fix: bump cache-busting version for static assets --- web/shared/layout/layout.templ | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/web/shared/layout/layout.templ b/web/shared/layout/layout.templ index a46dcd8..a91ec2a 100644 --- a/web/shared/layout/layout.templ +++ b/web/shared/layout/layout.templ @@ -19,11 +19,11 @@ templ Layout(title string, showHeader bool) { var t = localStorage.getItem('theme'); if (t === 'light' || t === 'dark') document.documentElement.setAttribute('data-theme', t); - - - - - + + + + + - + }