diff --git a/docs/_docs/permalinks.md b/docs/_docs/permalinks.md index f0e16770..42e68e85 100644 --- a/docs/_docs/permalinks.md +++ b/docs/_docs/permalinks.md @@ -66,7 +66,10 @@ The following table lists the template variables available for permalinks. You c
year
Year from the post's filename
+
+ Year from the post's filename. May be overridden via the document’s
+ date
YAML front matter
+
month
Month from the post's filename
+
+ Month from the post's filename. May be overridden via the document’s
+ date
YAML front matter
+
i_month
Month from the post's filename without leading zeros.
+
+ Month without leading zeros from the post's filename. May be
+ overridden via the document’s date
YAML front matter
+
day
Day from the post's filename
+
+ Day from the post's filename. May be overridden via the document’s
+ date
YAML front matter
+
i_day
Day from the post's filename without leading zeros.
+
+ Day without leading zeros from the post's filename. May be overridden
+ via the document’s date
YAML front matter
+
short_year
Year from the post's filename without the century.
+
+ Year without the century from the post's filename. May be overridden
+ via the document’s date
YAML front matter
+
- Hour of the day, 24-hour clock, zero-padded from the post's date
front matter. (00..23)
+ Hour of the day, 24-hour clock, zero-padded from the post's
+ date
front matter. (00..23)