summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/hugo.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/hugo.md')
-rw-r--r--docs/content/en/functions/hugo.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/en/functions/hugo.md b/docs/content/en/functions/hugo.md
index 40a003629..41c7a0322 100644
--- a/docs/content/en/functions/hugo.md
+++ b/docs/content/en/functions/hugo.md
@@ -25,7 +25,7 @@ hugo.Generator
: `<meta>` tag for the version of Hugo that generated the site. `hugo.Generator` outputs a *complete* HTML tag; e.g. `<meta name="generator" content="Hugo 0.63.2">`
hugo.Version
-: the current version of the Hugo binary you are using e.g. `0.63.2`
+: the current version of the Hugo binary you are using e.g. `0.99.1`
hugo.GoVersion
: returns the version of Go that the Hugo binary was built with. {{< new-in "0.101.0" >}}
@@ -39,7 +39,7 @@ 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" >}}
+hugo.IsExtended
: whether this is the extended Hugo binary.
hugo.IsProduction