Add timeZone

This commit is contained in:
Bjørn Erik Pedersen 2021-12-17 13:19:44 +01:00 committed by GitHub
parent 4bc4821521
commit 562ad8e969
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@ baseURL = "https://gohugo.io/"
paginate = 100
defaultContentLanguage = "en"
enableEmoji = true
timeZone = "Europe/Oslo"
# Set the unicode character used for the "return" link in page footnotes.
footnotereturnlinkcontents = "↩"
languageCode = "en-us"