summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-04-09 07:28:27 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-04-09 07:28:27 +0200
commit7fdd2b95e20f322b0a47f63ff1010a04f47ce67b (patch)
tree8d1ad329364ec24e74c14cabe9a67f40c2f76b7d /docs
parent3d5dbdcb1a11b059fc2f93ed6fadb9009bf72673 (diff)
Add hugo.IsExtended
Fixes #8399
Diffstat (limited to 'docs')
-rw-r--r--docs/content/en/functions/hugo.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/content/en/functions/hugo.md b/docs/content/en/functions/hugo.md
index 099a5fa96..78f5018c4 100644
--- a/docs/content/en/functions/hugo.md
+++ b/docs/content/en/functions/hugo.md
@@ -41,6 +41,9 @@ hugo.CommitHash
hugo.BuildDate
: the compile date of the current Hugo binary formatted with RFC 3339 e.g. `2002-10-02T10:00:00-05:00`
+hugo.IsExtended {{< new-in "0.83.0" >}}
+: whether this is the extended Hugo binary.
+
hugo.IsProduction
: returns true if `hugo.Environment` is set to the production environment