mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 21:14:43 -04:00
common: Add hugo.GoVersion
Closes #9849. This enables `hugo.GoVersion` in templates to access the version of Go that the Hugo binary was built with.
This commit is contained in:
parent
00b4b46da3
commit
2820072172
@ -27,8 +27,8 @@ hugo.Generator
|
|||||||
hugo.Version
|
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.63.2`
|
||||||
|
|
||||||
|
hugo.GoVersion
|
||||||
`hugo` returns an instance that contains the following functions:
|
: returns the version of Go that the Hugo binary was built with. {{< new-in "0.101.0" >}}
|
||||||
|
|
||||||
hugo.Environment
|
hugo.Environment
|
||||||
: the current running environment as defined through the `--environment` cli tag
|
: the current running environment as defined through the `--environment` cli tag
|
||||||
@ -52,7 +52,6 @@ We highly recommend using `hugo.Generator` in your website's `<head>`. `hugo.Gen
|
|||||||
hugo.Deps
|
hugo.Deps
|
||||||
: See [hugo.Deps](#hugodeps)
|
: See [hugo.Deps](#hugodeps)
|
||||||
|
|
||||||
|
|
||||||
## hugo.Deps
|
## hugo.Deps
|
||||||
|
|
||||||
{{< new-in "0.92.0" >}}
|
{{< new-in "0.92.0" >}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user