From bbe1dff56a2f2b8b4660f9d35d2de5a74ae19ae2 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Fri, 1 Sep 2023 09:23:02 -0700 Subject: [PATCH] Use sentence case for heading --- 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 be870488e..f0a1deea9 100644 --- a/content/en/variables/git.md +++ b/content/en/variables/git.md @@ -50,7 +50,7 @@ If the `.GitInfo` feature is enabled, `.Lastmod` (on `Page`) is fetched from Git [configuration]: /getting-started/configuration/ -## Hosting Considerations +## Hosting considerations On the site host, your repository must be "deep-cloned," so the returned `.GitInfo` data will be accurate. Otherwise, your site may display only data from your latest commit. Where it's not possible to configure a host's cloning depth, you must handle this through CI/CD (*e.g.*, a GitHub Action or GitLab CI/CD). See the following table: