From b9eb9cc06cbd3111ea6d388ba6a5d2f91dd91ec5 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Wed, 25 Dec 2024 15:42:11 -0800 Subject: [PATCH] Add build= query to more files for cache busting --- web/templates/base.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/templates/base.html b/web/templates/base.html index 8d70df6..7f63531 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -18,17 +18,17 @@ {{- if or (eq .WebsiteTheme "dark") (ne .WebsiteTheme "light") -}} - + {{- end -}} {{- if and .LoggedIn (.CurrentUser.GetProfileField "website-theme-hue") }} {{- $WebsiteThemeHue := .CurrentUser.GetProfileField "website-theme-hue" }} - + {{- if or (eq .WebsiteTheme "dark") (ne .WebsiteTheme "light") -}} - + {{- end -}} {{- end -}} @@ -405,7 +405,7 @@ {{template "scripts" .}} - {{template "alert-modal"}} + {{template "alert-modal" .}} {{template "like-modal"}}