fix: deprecation warning for .Site.Author (#979)

Fix deprecation warning for .Site.Author, deprecated in Hugo 0.124.0
This commit is contained in:
Andreas Deininger
2024-03-17 20:40:56 +01:00
committed by GitHub
parent 2cb5ba683b
commit b3fbe78ca5
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
publish = "exampleSite/public"
[build.environment]
HUGO_VERSION = "0.123.8"
HUGO_VERSION = "0.124.0"
HUGO_THEME = "repo"
[context.production]