summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJB <djibe89@hotmail.com>2022-10-14 12:16:53 +0200
committerGitHub <noreply@github.com>2022-10-14 12:16:53 +0200
commit01ebb6e304b243c335470f737cf7ad8b9d70bac9 (patch)
tree843d0b4b0500d03a4d05b9917aa9b1e48fb92705 /docs
parenta066e98851dfbd78c17c98f0878c2e8b84a10f50 (diff)
Don't use self-closing generator tag
Diffstat (limited to 'docs')
-rw-r--r--docs/content/en/functions/hugo.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/functions/hugo.md b/docs/content/en/functions/hugo.md
index 1792f5a8d..40a003629 100644
--- a/docs/content/en/functions/hugo.md
+++ b/docs/content/en/functions/hugo.md
@@ -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`