diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index ff0262d..140165b 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -3,7 +3,14 @@
-
+
+ {{ with .Site.Params.faviconICO }}
+
+ {{ end }}
+ {{ with .Site.Params.faviconPNG }}
+
+ {{ end }}
+
{{ range .AlternativeOutputFormats -}}
{{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}}