Skip to content

Commit

Permalink
remove metaDataFormat from config.toml
Browse files Browse the repository at this point in the history
and replace reference to the config in templates/introduction.md
  • Loading branch information
bmackinney authored and bep committed Sep 7, 2019
1 parent c2bc25c commit 38a15e6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion config.toml
Expand Up @@ -5,7 +5,6 @@ enableEmoji = true
# Set the unicode character used for the "return" link in page footnotes.
footnotereturnlinkcontents = ""
languageCode = "en-us"
metaDataFormat = "yaml"
title = "Hugo"


Expand Down
1 change: 0 additions & 1 deletion config/_default/config.toml
Expand Up @@ -5,7 +5,6 @@ enableEmoji = true
# Set the unicode character used for the "return" link in page footnotes.
footnotereturnlinkcontents = ""
languageCode = "en-us"
metaDataFormat = "yaml"
title = "Hugo"

googleAnalytics = "UA-7131036-4"
Expand Down
2 changes: 1 addition & 1 deletion content/en/templates/introduction.md
Expand Up @@ -533,7 +533,7 @@ The templating engine will strip the content within the HTML comment, but will f

## Hugo Parameters

Hugo provides the option of passing values to your template layer through your [site configuration][config] (i.e. for site-wide values) or through the metadata of each specific piece of content (i.e. the [front matter][]). You can define any values of any type and use them however you want in your templates, as long as the values are supported by the front matter format specified via `metaDataFormat` in your configuration file.
Hugo provides the option of passing values to your template layer through your [site configuration][config] (i.e. for site-wide values) or through the metadata of each specific piece of content (i.e. the [front matter][]). You can define any values of any type and use them however you want in your templates, as long as the values are supported by the [front matter format]({{< ref "front-matter.md#front-matter-formats" >}}).

## Use Content (`Page`) Parameters

Expand Down

0 comments on commit 38a15e6

Please sign in to comment.