mirror of
https://github.com/gohugoio/hugo.git
synced 2025-05-05 10:00:05 +03:00
Don't use self-closing generator tag
This commit is contained in:
parent
a066e98851
commit
01ebb6e304
4 changed files with 7 additions and 7 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue