From 1589bcdb7ad79433302e25db74bb0b4b9990eef5 Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Sat, 8 Apr 2023 20:46:53 +0200 Subject: [PATCH] Remove hugo.Generator admonition (#2048) --- content/en/functions/hugo.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/content/en/functions/hugo.md b/content/en/functions/hugo.md index 0e31ec5c4..998c71c37 100644 --- a/content/en/functions/hugo.md +++ b/content/en/functions/hugo.md @@ -37,10 +37,6 @@ hugo.IsExtended hugo.IsProduction : returns true if `hugo.Environment` is set to the production environment -{{% note %}} -We highly recommend using `hugo.Generator` in your website's ``. `hugo.Generator` is included by default in all themes hosted on [themes.gohugo.io](https://themes.gohugo.io). The generator tag allows the Hugo team to track the usage and popularity of Hugo. -{{% /note %}} - hugo.Deps : See [hugo.Deps](#hugodeps)