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