소스 검색

Update hugo.toml

site.Author is deprecated in Hugo v0.120.0
Track3 1 년 전
부모
커밋
96952d48e3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hugo.toml

+ 1 - 1
hugo.toml

@@ -6,7 +6,7 @@ defaultContentLanguage = 'zh'
 hasCJKLanguage = true
 copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License."
 
-[author]
+[params.author]
   name = "Zakee"
 
 [markup]