From f062a98a75ce19ef2e4ff018ffac27dccfae5aff Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sat, 9 Oct 2021 18:53:22 -0500 Subject: [PATCH] Use the global .Hugo variable instead of the Page one --- 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 c9e1aa0..384d585 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,7 +1,7 @@ - {{ .Hugo.Generator }} + {{ $.Hugo.Generator }} {{ $bobastyle := resources.Get "css/bobastyle.css" | fingerprint "sha512" }}