From 0f986e480040f3a594c9724451a3602390ff946b Mon Sep 17 00:00:00 2001 From: zwbetz Date: Thu, 11 Apr 2019 09:34:41 -0500 Subject: [PATCH] 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 4befd52..6d294ba 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -3,7 +3,7 @@ - {{ .Hugo.Generator }} + {{ hugo.Generator }} {{ if .IsHome }}