diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 29cad65..98f284e 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -40,7 +40,15 @@
-
+{{ if and (ne .IsHome) (isset .Params "cover") }}
+
+{{ else }}
+ {{ if isset $.Site.Params "favicon" }}
+
+ {{ else }}
+
+ {{ end }}
+{{ end }}
{{ range .Params.categories }}