From 7fdd2b95e20f322b0a47f63ff1010a04f47ce67b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Fri, 9 Apr 2021 07:28:27 +0200 Subject: Add hugo.IsExtended Fixes #8399 --- docs/content/en/functions/hugo.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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 -- cgit v1.2.3