🚨 Fix: the author key in site configuration is deprecated. Use params.author instead

This commit is contained in:
Cell
2023-12-01 15:30:54 +08:00
parent dc288de30f
commit fb16d9e1a2
12 changed files with 28 additions and 21 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ title: {{ replace .TranslationBaseName "-" " " | title }}
subtitle:
type: friends
date: {{ .Date }}
description: "{{ .Site.Author.name }}'s friends"
description: "{{ .Site.Params.author.name }}'s friends"
keywords:
- 'Hugo FixIt'
- 'friends template'