From 2aeb59fbacab75eeaea904fe6e18b9091bd71daf Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 17 Jan 2017 19:37:43 +0200 Subject: [PATCH] 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. --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index 61649b48..85eb1941 100644 --- a/config.toml +++ b/config.toml @@ -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/"