From b0c3f566ef265d435e87bd769a585313cdd6648a Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Tue, 14 Mar 2017 11:31:56 -0500 Subject: [PATCH] Make more typographical fixes to the front matter page --- content/content-management/front-matter.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/content-management/front-matter.md b/content/content-management/front-matter.md index 3aa13ba7a..fbeb84c06 100644 --- a/content/content-management/front-matter.md +++ b/content/content-management/front-matter.md @@ -135,7 +135,7 @@ There are a few predefined variables that Hugo is aware of. See [Page Variables] the multilingual feature. `weight` -: used for sorting; see [list templates][ordering]. +: used for [ordering your content in lists][ordering]. {{% note "Hugo's Default URL Destinations" %}} If neither `slug` nor `url` is present and [permalinks are not configured otherwise](/content-management/urls/#permalinks), Hugo will use the filename of your content to create the output URL. See [Content Organization](/content-management/organization) for an explanation of paths in Hugo and [URL Management](/content-management/urls/) for ways to customize Hugo's default behaviors. @@ -158,7 +158,7 @@ Field names are always normalized to lowercase; e.g., `camelCase: true` is avail ## Ordering Content Through Front Matter -You can assign content-specific `weight` in the front matter of your content. These values are especially useful for list views. You can use `weight` for ordering content and the convention of [`_weight`][taxweight] for ordering content within a taxonomy. See [Ordering and Grouping Hugo Lists][ordering] to see the role `weight` in ordering content. +Assigning a specific `weight` in the front matter of individual content allows finer control over sorting of content in lists. The convention of [`_weight`][taxweight] allows for ordering of content within a taxonomy. See [Hugo's multiple ordering methods][ordering] to find out how to use `weight` in your templates. ## Overriding Global Blackfriday Configuration