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"}}