diff --git a/docs/_docs/collections.md b/docs/_docs/collections.md index 6114e08e..39bd99eb 100644 --- a/docs/_docs/collections.md +++ b/docs/_docs/collections.md @@ -198,7 +198,13 @@ each of the following `permalink` configurations will produce the document struc

:title

-

The document's lowercase title (as defined in its front matter), with every sequence of spaces and non-alphanumeric characters replaced by a hyphen. If the document does not define a title in its front matter, this is equivalent to name.

+

+ The :title template variable will take the + slug front matter + variable value if any is present in the document; if none is + defined then :title will be equivalent to + :name, aka the slug generated from the filename. +