From 2c8ba029ff51c9abb6edd74726ed6846ac86fbf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BB=85=E5=A3=AB=E5=96=B5?= Date: Mon, 22 Jan 2024 18:09:01 +0800 Subject: [PATCH] Fix typo --- content/en/methods/page/GitInfo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/methods/page/GitInfo.md b/content/en/methods/page/GitInfo.md index c5974ef0d..9dba2a2b2 100644 --- a/content/en/methods/page/GitInfo.md +++ b/content/en/methods/page/GitInfo.md @@ -34,7 +34,7 @@ hugo --enableGitInfo ``` {{% note %}} -When you set `enableGitInto` to `true`, or enable the feature with the command line flag, the last modification date for each content page will be the Author Date of the last commit for that file. +When you set `enableGitInfo` to `true`, or enable the feature with the command line flag, the last modification date for each content page will be the Author Date of the last commit for that file. This is configurable. See [details].