From 46beb224248f87ecf3feee11959b656a06e9b7a0 Mon Sep 17 00:00:00 2001 From: Jeremy Brown Date: Sun, 18 Dec 2016 14:33:46 +0100 Subject: [PATCH] added the absolute url to customCSS added in Site.Params Simple fix to make sure custom CSS added via the config.toml has an absolute url. --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 5b0345e..a644003 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -18,7 +18,7 @@ {{ if isset .Site.Params "highlight" }}{{ end }} - {{ with .Site.Params.customCSS }}{{ end }} + {{ with .Site.Params.customCSS }}{{ end }}