fix: move param under languages.xx.toml params.author

This commit is contained in:
Wen Junhua
2023-11-25 12:29:10 +08:00
parent 394a018e08
commit 4b3d31eff3
15 changed files with 116 additions and 81 deletions
+1 -1
View File
@@ -86,7 +86,7 @@
{{- else }}
©
{{ now.Format "2006" }}
{{ .Site.Params.Author.name | markdownify | emojify }}
{{ .Site.Language.Params.Author.name | markdownify | emojify }}
{{- end }}
</p>
{{ end }}