fix: change use of .Site.Language.Params.params -> .Site.Params

.Site.Language.Params was deprecated in Hugo 0.112.0, see https://gohugo.io/content-management/multilingual/#changes-in-hugo-01120
This commit is contained in:
huantian 2023-06-13 19:40:43 +00:00
parent f26d122b2a
commit 300cf058e1
No known key found for this signature in database
GPG key ID: 4A0318E04E555DE5
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
<small>
{{ .Site.Copyright }} | {{ markdownify .Site.Language.Params.params.madeWith }}
{{ .Site.Copyright }} | {{ markdownify .Site.Params.madeWith }}
</small>