From 868808e1ff973724b9286eb117b75eefad13a801 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Tue, 21 Apr 2026 01:21:12 +0200 Subject: [PATCH] fix: add sri to htmx cdn and defer search.js --- web/shared/layout/layout.templ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/shared/layout/layout.templ b/web/shared/layout/layout.templ index 5eed504..251aee3 100644 --- a/web/shared/layout/layout.templ +++ b/web/shared/layout/layout.templ @@ -11,7 +11,7 @@ templ Layout(title string, showHeader bool) { { title } - + @@ -86,7 +86,7 @@ templ Layout(title string, showHeader bool) { }> { children... } - + }