We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7cc390 commit 1d5bae5Copy full SHA for 1d5bae5
1 file changed
docs/_docs/permalinks.md
@@ -229,7 +229,7 @@ Here's the full list of placeholders available:
229
<td>
230
<p>
231
Title from the document’s filename. May be overridden via
232
- the document’s <code>slug</code> front matter.
+ the document’s <code>slug</code> front matter. Preserves case from the source.
233
</p>
234
</td>
235
</tr>
@@ -409,6 +409,7 @@ Collections have the following placeholders available:
409
variable value if any is present in the document; if none is
410
defined then <code>:title</code> will be equivalent to
411
<code>:name</code>, aka the slug generated from the filename.
412
+ Preserves case from the source.
413
414
415
0 commit comments