From 65b737ec2c56e75509a31c228d48dabd7acce655 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Tue, 24 Feb 2026 10:25:10 -0500 Subject: [PATCH] fix(theme): ensure theme.js loaded before header.js - Add theme.js script include to header template - Fixes theme selector not working on pages using Header component - Ensures applyTheme() is defined before changeThemeTo() calls it --- templates/header.templ | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/header.templ b/templates/header.templ index f49ad0f..c07fd34 100644 --- a/templates/header.templ +++ b/templates/header.templ @@ -163,5 +163,6 @@ templ Header(user User, currentPath string) { + }