mirror of
https://github.com/gohugoio/hugo.git
synced 2025-01-30 19:51:15 +00:00
Add mention about .Hugo.Generator in 'Creating a theme' section
This commit is contained in:
parent
c8477c4f6e
commit
bfcf95b9de
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue