Skip to content

Commit 7e169f9

Browse files
committed
fix: ERROR deprecated: .Site.Author was deprecated in Hugo v0.124.0
1 parent d6aeee6 commit 7e169f9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

‎config.toml‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ hasCJKLanguage = true
77
rssLimit = 10
88
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License."
99
code_copy_button = true # Turn on/off the code-copy-button for code-fields
10-
[author]
11-
name = "Kami"
1210

1311
[markup]
1412
defaultMarkdownHandler = "goldmark"
@@ -26,6 +24,7 @@ code_copy_button = true # Turn on/off the code-copy-button for code-fields
2624

2725
[taxonomies]
2826
tag = "tags"
27+
author = "Kami"
2928

3029
[params]
3130
dateform = "Jan 2, 2006"

0 commit comments

Comments
 (0)