Skip to content

Commit 1d5bae5

Browse files
authored
Update permalinks.md (#9017)
Merge pull request 9017
1 parent e7cc390 commit 1d5bae5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/_docs/permalinks.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Here's the full list of placeholders available:
229229
<td>
230230
<p>
231231
Title from the document’s filename. May be overridden via
232-
the document’s <code>slug</code> front matter.
232+
the document’s <code>slug</code> front matter. Preserves case from the source.
233233
</p>
234234
</td>
235235
</tr>
@@ -409,6 +409,7 @@ Collections have the following placeholders available:
409409
variable value if any is present in the document; if none is
410410
defined then <code>:title</code> will be equivalent to
411411
<code>:name</code>, aka the slug generated from the filename.
412+
Preserves case from the source.
412413
</p>
413414
</td>
414415
</tr>

0 commit comments

Comments
 (0)