Enable usage of git info
If enableGitInfo is set, Hugo can set a proper last modified date for content based on the appropriate content file's git history.
This commit is contained in:
parent
ed4814f55c
commit
2aeb59fbac
@ -8,6 +8,7 @@ enableRobotsTXT = true
|
||||
# number of posts to show on home/category/tag pages (Default: 10)
|
||||
paginate = 3
|
||||
copyright = "Except where otherwise noted, content on this site is licensed under a [Creative Commons Attribution 4.0 International license](https://creativecommons.org/licenses/by-sa/4.0/)."
|
||||
enableGitInfo = true
|
||||
|
||||
[permalinks]
|
||||
post = "/:year/:month/:slug/"
|
||||
|
Loading…
Reference in New Issue
Block a user