diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index b0e5e00..238c4b4 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -11,7 +11,7 @@
{{ if (isset .Params "color") }}
-{{ else if (ne $.Site.Params.ThemeColor "orange") }}
+{{ else if and (ne $.Site.Params.ThemeColor "orange") (ne $.Site.Params.ThemeColor "color" "") }}
{{ end }}
@@ -25,7 +25,7 @@
{{ if isset $.Site.Params "favicon" }}
{{ else }}
-
+
{{ end }}