hugo.toml: enable post last updated

This commit is contained in:
revsuine 2024-11-25 01:45:58 +00:00
parent 0845eea580
commit 77b3cf5e42
Signed by: revsuine
GPG key ID: 3F257B68F5BC9339

View file

@ -46,7 +46,8 @@ theme = 'terminal'
# set post to show the last updated
# If you use git, you can set `enableGitInfo` to `true` and then post will automatically get the last updated
showLastUpdated = false
showLastUpdated = true
enableGitInfo = true
# Provide a string as a prefix for the last update date. By default, it looks like this: 2020-xx-xx [Updated: 2020-xx-xx] :: Author
# updatedDatePrefix = "Updated"