From 01ebb6e304b243c335470f737cf7ad8b9d70bac9 Mon Sep 17 00:00:00 2001 From: JB Date: Fri, 14 Oct 2022 12:16:53 +0200 Subject: Don't use self-closing generator tag --- docs/content/en/functions/hugo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 -: `` tag for the version of Hugo that generated the site. `hugo.Generator` outputs a *complete* HTML tag; e.g. `` +: `` tag for the version of Hugo that generated the site. `hugo.Generator` outputs a *complete* HTML tag; e.g. `` hugo.Version : the current version of the Hugo binary you are using e.g. `0.63.2` -- cgit v1.2.3