From 83fba81535009829c440163ca3cab7e48c714965 Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Fri, 14 Apr 2017 19:22:33 +0200 Subject: [PATCH] Fix links in content-management/front-matter.md Thanks @digitalcraftsman See PR rdwatters/hugo-docs-concept#87 --- content/content-management/front-matter.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/content-management/front-matter.md b/content/content-management/front-matter.md index fa2d008c3..0d336068d 100644 --- a/content/content-management/front-matter.md +++ b/content/content-management/front-matter.md @@ -156,6 +156,8 @@ include_toc: true show_comments: false ``` +These two user-defined fields can then be accessed via `.Params.include_toc` and `.Params.show_comments`, respectively. The [Variables][variables] section provides more information on using Hugo's page- and site-level variables in your templates. + {{% note %}} Field names are always normalized to lowercase; e.g., `camelCase: true` is available as `.Params.camelcase`. {{% /note %}} @@ -174,6 +176,7 @@ It's possible to set some options for Markdown rendering in a content's front ma * [YAML Spec][YAML Spec] * [JSON Spec][JSON Spec] +[variables]: /variables/ [aliases]: /content-management/urls/#aliases/ [archetype]: /content-management/archetypes/ [bylinktitle]: /templates/lists/#by-link-title