From 37beca5043f50e544f481ea4aaf8eb2585809a2f Mon Sep 17 00:00:00 2001 From: Darren Kearney Date: Tue, 23 May 2023 12:47:34 +0100 Subject: [PATCH] Fix #1224 Deprecated code warning in hugo v0.112.0 Changed site variables from 'Language.Params' -> 'Site.Params' Note this change may conflict with hugo versions less than v0.112.0 See hugo docs: https://gohugo.io/content-management/multilingual/#changes-in-hugo-01120 See hugo-PaperMod Issue: https://github.com/adityatelange/hugo-PaperMod/issues/1224 modified: _default/single.html modified: partials/header.html --- layouts/_default/single.html | 2 +- layouts/partials/header.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index b749725..9ad7521 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -36,7 +36,7 @@ {{- end }}