diff --git a/site/_docs/collections.md b/site/_docs/collections.md index b4078c17..94e1ef44 100644 --- a/site/_docs/collections.md +++ b/site/_docs/collections.md @@ -81,7 +81,7 @@ For example, if you have `_my_collection/some_subdir/some_doc.md`, it will be wr

collection

-

Label of the containing collection

+

Label of the containing collection.

@@ -89,7 +89,7 @@ For example, if you have `_my_collection/some_subdir/some_doc.md`, it will be wr

path

-

Path to the document relative to the collection's directory

+

Path to the document relative to the collection's directory.

@@ -97,7 +97,15 @@ For example, if you have `_my_collection/some_subdir/some_doc.md`, it will be wr

name

-

The document's base filename, with every sequence of spaces and non-alphanumeric characters replaced by a hyphen

+

The document's base filename, with every sequence of spaces and non-alphanumeric characters replaced by a hyphen.

+ + + + +

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.

@@ -105,7 +113,7 @@ For example, if you have `_my_collection/some_subdir/some_doc.md`, it will be wr

output_ext

-

Extension of the output file

+

Extension of the output file.