From 1085aeea4d2f58ffeeb48811be5c96a480c330ca Mon Sep 17 00:00:00 2001 From: zwbetz Date: Thu, 11 Apr 2019 09:40:07 -0500 Subject: Use global hugo func --- 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 f900e11..132bc70 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -2,7 +2,7 @@ - {{ .Hugo.Generator }} + {{ hugo.Generator }} {{ with .Site.Params.description }} -- cgit v1.2.3