diff --git a/config.toml b/config.toml index 9377509..27ae3f7 100644 --- a/config.toml +++ b/config.toml @@ -2,6 +2,7 @@ baseURL = "https://bbaovanc.com/blog/" languageCode = "en-us" theme = "terminal" paginate = 5 +enableGitInfo = true # [permalinks] # posts = "/:year/:month/:title/" @@ -31,7 +32,7 @@ paginate = 5 # 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 # 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"