fix: hugo.toml 补 timeZone=Asia/Shanghai——无时区date被按UTC解析成未来文章不渲染

This commit is contained in:
2026-09-15 21:55:34 +08:00
parent a257456b2e
commit dc328e279b
+1
View File
@@ -1,3 +1,4 @@
timeZone = "Asia/Shanghai"
baseURL = 'https://blog.de.ippt.cc' baseURL = 'https://blog.de.ippt.cc'
locale = 'zh-cn' locale = 'zh-cn'
languageCode = 'zh-cn' languageCode = 'zh-cn'