diff --git a/docs/_docs/permalinks.md b/docs/_docs/permalinks.md index 7f1997765c2..9611075de6d 100644 --- a/docs/_docs/permalinks.md +++ b/docs/_docs/permalinks.md @@ -57,7 +57,7 @@ Here's the full list of placeholders available: -

year

+

:year

@@ -68,7 +68,7 @@ Here's the full list of placeholders available: -

short_year

+

:short_year

@@ -79,7 +79,7 @@ Here's the full list of placeholders available: -

month

+

:month

@@ -90,7 +90,7 @@ Here's the full list of placeholders available: -

i_month

+

:i_month

@@ -101,7 +101,7 @@ Here's the full list of placeholders available: -

short_month

+

:short_month

Three-letter month abbreviation, e.g. “Jan”.

@@ -109,7 +109,7 @@ Here's the full list of placeholders available: -

long_month

+

:long_month

{% include docs_version_badge.html version="4.0" %} @@ -118,7 +118,7 @@ Here's the full list of placeholders available: -

day

+

:day

@@ -129,7 +129,7 @@ Here's the full list of placeholders available: -

i_day

+

:i_day

@@ -140,7 +140,7 @@ Here's the full list of placeholders available: -

y_day

+

:y_day

Ordinal day of the year from the post’s filename, with leading zeros. (001..366)

@@ -148,7 +148,7 @@ Here's the full list of placeholders available: -

w_year

+

:w_year

{% include docs_version_badge.html version="4.0" %} @@ -157,7 +157,7 @@ Here's the full list of placeholders available: -

week

+

:week

{% include docs_version_badge.html version="4.0" %} @@ -166,7 +166,7 @@ Here's the full list of placeholders available: -

w_day

+

:w_day

{% include docs_version_badge.html version="4.0" %} @@ -175,7 +175,7 @@ Here's the full list of placeholders available: -

short_day

+

:short_day

{% include docs_version_badge.html version="4.0" %} @@ -184,7 +184,7 @@ Here's the full list of placeholders available: -

long_day

+

:long_day

{% include docs_version_badge.html version="4.0" %} @@ -193,7 +193,7 @@ Here's the full list of placeholders available: -

hour

+

:hour

@@ -204,7 +204,7 @@ Here's the full list of placeholders available: -

minute

+

:minute

@@ -214,7 +214,7 @@ Here's the full list of placeholders available: -

second

+

:second

@@ -224,7 +224,7 @@ Here's the full list of placeholders available: -

title

+

:title

@@ -235,7 +235,7 @@ Here's the full list of placeholders available: -

slug

+

:slug

@@ -247,7 +247,7 @@ Here's the full list of placeholders available: -

categories

+

:categories

@@ -260,7 +260,7 @@ Here's the full list of placeholders available: -

slugified_categories

+

:slugified_categories

{% include docs_version_badge.html version="4.1" %}