From: Martin Linkov Date: Fri, 20 May 2016 11:32:52 +0000 (+0200) Subject: docs: Fix typo / readability in extras/menu.md X-Git-Tag: v0.16~20 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=90362933;p=brevno-suite%2Fhugo docs: Fix typo / readability in extras/menu.md --- diff --git a/docs/content/extras/menus.md b/docs/content/extras/menus.md index ecd971e0..754b5884 100644 --- a/docs/content/extras/menus.md +++ b/docs/content/extras/menus.md @@ -134,8 +134,11 @@ All nesting of content is done via the `parent` field. The parent of an entry should be the identifier of another entry. Identifier should be unique (within a menu). -The following order is used to determine identity Identifier > Name > -LinkTitle > Title. This means that the title will be used unless +The following order is used to determine an Identifier: + +> Name > LinkTitle > Title. + +This means that the title will be used unless linktitle is present, etc. In practice Name and Identifier are never displayed and only used to structure relationships.