From fdee9b9922ca00def123f070084612f2c77ff875 Mon Sep 17 00:00:00 2001 From: zwbetz Date: Thu, 11 Apr 2019 09:38:58 -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 898e337..d31e3be 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -3,7 +3,7 @@ - {{ .Hugo.Generator }} + {{ hugo.Generator }} {{ if .IsHome }} -- cgit v1.2.3