From c55c53fc6bee719d6c703786c0c0d4986ac8783f Mon Sep 17 00:00:00 2001 From: calintat Date: Sun, 11 Mar 2018 19:54:57 +0000 Subject: [PATCH] Favicon is now optional --- layouts/partials/header.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 097463c..8176f59 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -5,13 +5,15 @@ {{ .Title }} + {{ if .Site.Params.favicon }} + {{ end }} {{ partial "css" . }} {{ partial "js" . }} {{ .Hugo.Generator }} {{ if .RSSLink }} {{ end }} - + {{ if .Site.GoogleAnalytics }}