🔀 Merge pull request #704 from Jh123x/fix/690/hugo-v0.120.0-author-key-update

feat: move author field to languages.xx.toml under params
This commit is contained in:
James Panther
2023-11-27 19:08:44 +11:00
committed by GitHub
16 changed files with 39 additions and 36 deletions
+1 -1
View File
@@ -86,7 +86,7 @@
{{- else }}
©
{{ now.Format "2006" }}
{{ .Site.Author.name | markdownify | emojify }}
{{ .Site.Language.Params.Author.name | markdownify | emojify }}
{{- end }}
</p>
{{ end }}