Update permalinks.md (#9017)

Merge pull request 9017
This commit is contained in:
Daryl Hepting 2022-04-02 09:25:55 -06:00 committed by GitHub
parent e7cc390d2b
commit 1d5bae583b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -229,7 +229,7 @@ Here's the full list of placeholders available:
<td> <td>
<p> <p>
Title from the documents filename. May be overridden via Title from the documents filename. May be overridden via
the documents <code>slug</code> front matter. the documents <code>slug</code> front matter. Preserves case from the source.
</p> </p>
</td> </td>
</tr> </tr>
@ -409,6 +409,7 @@ Collections have the following placeholders available:
variable value if any is present in the document; if none is variable value if any is present in the document; if none is
defined then <code>:title</code> will be equivalent to defined then <code>:title</code> will be equivalent to
<code>:name</code>, aka the slug generated from the filename. <code>:name</code>, aka the slug generated from the filename.
Preserves case from the source.
</p> </p>
</td> </td>
</tr> </tr>