From 1d5bae583b6b658cc9f6938fbce474f2a56229f2 Mon Sep 17 00:00:00 2001 From: Daryl Hepting Date: Sat, 2 Apr 2022 09:25:55 -0600 Subject: [PATCH] Update permalinks.md (#9017) Merge pull request 9017 --- docs/_docs/permalinks.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_docs/permalinks.md b/docs/_docs/permalinks.md index 99a90cea..e381e7de 100644 --- a/docs/_docs/permalinks.md +++ b/docs/_docs/permalinks.md @@ -229,7 +229,7 @@ Here's the full list of placeholders available:

Title from the document’s filename. May be overridden via - the document’s slug front matter. + the document’s slug front matter. Preserves case from the source.

@@ -409,6 +409,7 @@ Collections have the following placeholders available: 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. + Preserves case from the source.