From a187c75f80ce37bf9318627fda6baed3184c974c Mon Sep 17 00:00:00 2001 From: Andrei Lukovenko Date: Mon, 27 May 2019 18:44:04 +0100 Subject: hugo 0.55 compatibility (https://github.com/gohugoio/hugo/releases/tag/v0.55.0) --- layouts/partials/head.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 5665799..d222be4 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,7 +1,7 @@ - {{ .Hugo.Generator }} + {{ hugo.Generator }} @@ -14,7 +14,7 @@ {{ range .Site.Params.customCss -}} {{- end }} - + -- cgit v1.2.3