ref: bfcf95b9debcdc9276b051ef487de67ece8f0936
parent: c8477c4f6e5ca11ad0daaab09eb1102392bfccb4
author: digitalcraftsman <[email protected]>
date: Sat Jul 18 08:23:52 EDT 2015
Add mention about .Hugo.Generator in 'Creating a theme' section
--- a/docs/content/themes/creation.md
+++ b/docs/content/themes/creation.md
@@ -70,3 +70,8 @@
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.
+