mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-08 23:46:29 -04:00
Don't use self-closing generator tag
This commit is contained in:
parent
da775a36d2
commit
7b21b2e76f
@ -22,7 +22,7 @@ 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.63.2">`
|
||||
|
||||
hugo.Version
|
||||
: the current version of the Hugo binary you are using e.g. `0.63.2`
|
||||
|
Loading…
x
Reference in New Issue
Block a user