From 15b5a0342c4817fb73c3d6e2c0cfb54871eae854 Mon Sep 17 00:00:00 2001 From: Faishal Irawan Date: Fri, 23 Feb 2018 16:33:12 +0700 Subject: [PATCH] Fix duplicated paragraph --- content/content-management/front-matter.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/content-management/front-matter.md b/content/content-management/front-matter.md index 01afb2e60..a6a3f2403 100644 --- a/content/content-management/front-matter.md +++ b/content/content-management/front-matter.md @@ -167,8 +167,6 @@ 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. - ## Order Content Through Front Matter