From 875417c05e78a49ad30d1cc5425bb8b708efa3ff Mon Sep 17 00:00:00 2001 From: Tyler Harms Date: Sat, 27 Apr 2019 10:44:36 -0500 Subject: [PATCH] convert deprecated .Hugo to hugo function --- layouts/partials/header/meta.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/header/meta.html b/layouts/partials/header/meta.html index f9843cf..5adbbe8 100644 --- a/layouts/partials/header/meta.html +++ b/layouts/partials/header/meta.html @@ -3,7 +3,7 @@ {{ "" | safeHTML }} -{{ .Hugo.Generator }} +{{ hugo.Generator }} {{ if .IsHome }} {{ $.Scratch.Set "theTitle" .Site.Title }} {{else}}