From 153157092da2079d2282127ce9842e2a4b3157ba Mon Sep 17 00:00:00 2001 From: Robert Austin Date: Thu, 14 Mar 2019 11:07:15 +1000 Subject: [PATCH] update favicon to absURL --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 05d8666..608fea2 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -7,7 +7,7 @@ {{ block "title" . }}{{ .Title }} - {{ .Site.Title }}{{ end }} {{ block "meta_tags" . }}{{end}} - + {{ if .Site.IsServer }} {{ $style := resources.Get "scss/style.scss" | toCSS (dict "targetPath" "css/style.css" "enableSourceMap" true) }}