summaryrefslogtreecommitdiffstats
path: root/docs/content/en/variables/git.md
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-09-14 08:35:23 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-09-14 08:35:23 +0200
commitb7ca3e1b3a83ef27bef841c319edb5b377cc4102 (patch)
tree9f93b8449d3c12312414f79a71e0d30dc248fd8b /docs/content/en/variables/git.md
parent9b26b5487b5c5142fe9fb58681fe7d1dac95a291 (diff)
parent13e64d72763bf8d6d92d4cdfc15ed45ee9debfab (diff)
Diffstat (limited to 'docs/content/en/variables/git.md')
-rw-r--r--docs/content/en/variables/git.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/variables/git.md b/docs/content/en/variables/git.md
index f9c154764..59ee9ac88 100644
--- a/docs/content/en/variables/git.md
+++ b/docs/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/