From: digitalcraftsman Date: Sat, 18 Jul 2015 10:23:52 +0000 (+0200) Subject: Add mention about .Hugo.Generator in 'Creating a theme' section X-Git-Tag: v0.15~284 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bfcf95b9debcdc9276b051ef487de67ece8f0936;p=brevno-suite%2Fhugo Add mention about .Hugo.Generator in 'Creating a theme' section --- diff --git a/docs/content/themes/creation.md b/docs/content/themes/creation.md index f765b4b7..647cb52c 100644 --- a/docs/content/themes/creation.md +++ b/docs/content/themes/creation.md @@ -70,3 +70,8 @@ If your theme makes use of specific keys in the front matter, it is a good idea to provide an archetype for each content type you have. Archetypes follow the [guidelines provided](/content/archetypes/). + +### Generator meta tag + +With a growing community around Hugo we recommend theme creators to include the [Generator meta tag]({{< relref "templates/variables.md#hugo-variables" >}}) with `.Hugo.Generator` in the `` of your HTML code. The output might looks like `` and helps us to analyse the usage and popularity of Hugo. +