Update hugo.md (#1742)

Co-authored-by: Tampere <103528272+carerragt@users.noreply.github.com>
Co-authored-by: Christian Oliff <christianoliff@pm.me>
This commit is contained in:
Tampere
2022-10-19 18:48:55 +03:00
committed by GitHub
parent 83e8f21684
commit 527ec59416
+2 -2
View File
@@ -22,10 +22,10 @@ aliases: []
`hugo` returns an instance that contains the following functions:
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" />`
: `<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.99.1" />`
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" >}}