Add mention about .Hugo.Generator in 'Creating a theme' section
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>
Sat, 18 Jul 2015 10:23:52 +0000 (12:23 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sun, 19 Jul 2015 17:39:32 +0000 (19:39 +0200)
docs/content/themes/creation.md

index f765b4b7ce99726162b112a350b820d23f449097..647cb52cecb09d013645c6b4d5599a8f2d1c162b 100644 (file)
@@ -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 `<head>` of your HTML code. The output  might looks like `<meta name="generator" content="Hugo 0.13" />` and helps us to analyse the usage and popularity of Hugo.
+