diff --git a/hugo.toml b/hugo.toml index d545ff2..c986c4e 100644 --- a/hugo.toml +++ b/hugo.toml @@ -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"