From 527ec5941694f8977ab158382131e5cee845b14e Mon Sep 17 00:00:00 2001 From: Tampere Date: Wed, 19 Oct 2022 18:48:55 +0300 Subject: [PATCH] Update hugo.md (#1742) Co-authored-by: Tampere <103528272+carerragt@users.noreply.github.com> Co-authored-by: Christian Oliff --- content/en/functions/hugo.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/functions/hugo.md b/content/en/functions/hugo.md index 1792f5a8d..c7d3c076b 100644 --- a/content/en/functions/hugo.md +++ b/content/en/functions/hugo.md @@ -22,10 +22,10 @@ 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` +: 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" >}}