diff options
author | Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com> | 2024-01-27 10:47:28 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com> | 2024-01-27 10:47:28 +0100 |
commit | fc7de7136acbcf0aef54ae8460c7702bc83709be (patch) | |
tree | c109bb4dd1f1b054db476e7e4117f79bdd62ec9e /docs/content/en/variables/git.md | |
parent | 1083bf7c08e6f35826279065b8a09a16cc991c7f (diff) | |
download | hugo-fc7de7136acbcf0aef54ae8460c7702bc83709be.tar.gz hugo-fc7de7136acbcf0aef54ae8460c7702bc83709be.zip |
docs: Prepare for new sub tree
See #11925
Diffstat (limited to 'docs/content/en/variables/git.md')
-rw-r--r-- | docs/content/en/variables/git.md | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/docs/content/en/variables/git.md b/docs/content/en/variables/git.md deleted file mode 100644 index 3dc473265..000000000 --- a/docs/content/en/variables/git.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: Git variables -description: Retrieve Git information related to the last commit of any page. -categories: [variables] -keywords: [] -menu: - docs: - parent: variables - weight: 30 -weight: 30 -aliases: [/extras/gitinfo/] ---- - -{{% include "variables/_common/consistent-terminology.md" %}} - -To retrieve Git information related to the last commit of any page, see the documentation for the [`GitInfo`] method on a `Page` object. - -[`GitInfo`]: /methods/page/gitinfo |