From 42c71c190c972f8128d42599045e02ba078f36fe Mon Sep 17 00:00:00 2001 From: mkelvers Date: Sun, 26 Apr 2026 20:34:06 +0200 Subject: [PATCH] fix: update static asset version cache-buster to 1.0.2 --- web/shared/layout/layout.templ | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web/shared/layout/layout.templ b/web/shared/layout/layout.templ index 7a7d52a..a46dcd8 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); - - - - - + + + + +