diff --git a/web/templates/base.html b/web/templates/base.html index 58c0677..8233c30 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -8,7 +8,6 @@ - {{- if eq .WebsiteTheme "light" -}} @@ -18,6 +17,8 @@ {{- end -}} + + {{- if and .LoggedIn (.CurrentUser.GetProfileField "website-theme-hue") }} {{- $WebsiteThemeHue := .CurrentUser.GetProfileField "website-theme-hue" }}