diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index 997f8fa..64706d0 100644
--- a/exampleSite/config.yaml
+++ b/exampleSite/config.yaml
@@ -20,6 +20,7 @@ params:
- post
featuredImageField: image
rssFullContent: true
+ favicon:
dateFormat:
published: Jan 02, 2006
diff --git a/layouts/partials/head/head.html b/layouts/partials/head/head.html
index 40d9749..de2982c 100644
--- a/layouts/partials/head/head.html
+++ b/layouts/partials/head/head.html
@@ -17,4 +17,8 @@
{{- end -}}
+{{ with .Site.Params.favicon }}
+
+{{ end }}
+
{{- partial "head/custom.html" . -}}
\ No newline at end of file