diff --git a/layouts/partials/favicons.html b/layouts/partials/favicons.html
new file mode 100644
index 0000000..bb271a1
--- /dev/null
+++ b/layouts/partials/favicons.html
@@ -0,0 +1,2 @@
+
+
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index a8253b9..6fd87a9 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -11,9 +11,7 @@
{{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}}
-
-
-
+{{ partial "favicons.html" . }}
{{ partial "resource.html" (dict "context" . "type" "css" "filename" "css/main.css") }}
{{ range .Site.Params.customJS -}}