From 15317f21a0c046cc36bc6060f0fb944fddf2572b Mon Sep 17 00:00:00 2001 From: sethmacleod Date: Mon, 20 Mar 2017 11:08:06 -0400 Subject: [PATCH] Fix typo --- content/variables/hugo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/variables/hugo.md b/content/variables/hugo.md index 596c37b1f..346cc2cad 100644 --- a/content/variables/hugo.md +++ b/content/variables/hugo.md @@ -17,7 +17,7 @@ wip: false The `.Hugo` variable provides easy access to Hugo-related data and contains the following fields: `.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.13-DEV`