From 069828db892c0410980828b8293a5f5e9d683129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Fri, 24 Aug 2018 18:57:13 +0200 Subject: [PATCH] Update git.md --- content/en/variables/git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/variables/git.md b/content/en/variables/git.md index f9c154764..59ee9ac88 100644 --- a/content/en/variables/git.md +++ b/content/en/variables/git.md @@ -53,6 +53,6 @@ The `GitInfo` object contains the following fields: ## `.Lastmod` -If the `.GitInfo` feature is enabled, **and** if the `lastmod` field in the content's front matter is not set, `.Lastmod` (on `Page`) is fetched from Git i.e. `.GitInfo.AuthorDate`. +If the `.GitInfo` feature is enabled, `.Lastmod` (on `Page`) is fetched from Git i.e. `.GitInfo.AuthorDate`. This behaviour can be changed by adding your own [front matter configuration for dates](/getting-started/configuration/#configure-front-matter). [configuration]: /getting-started/configuration/