From 38a15e6f7d635a527e741212d14e0ab2adb8c91d Mon Sep 17 00:00:00 2001 From: bmackinney Date: Sat, 7 Sep 2019 10:36:44 -0700 Subject: [PATCH] remove metaDataFormat from config.toml and replace reference to the config in templates/introduction.md --- config.toml | 1 - config/_default/config.toml | 1 - content/en/templates/introduction.md | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 6017568382..6f66955ba4 100644 --- a/config.toml +++ b/config.toml @@ -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" diff --git a/config/_default/config.toml b/config/_default/config.toml index 6b29623ea6..9f908c9fda 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -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" diff --git a/content/en/templates/introduction.md b/content/en/templates/introduction.md index e46a965fbb..34a993a52b 100644 --- a/content/en/templates/introduction.md +++ b/content/en/templates/introduction.md @@ -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