From 72c712ef9e2453c0483ce5142e520ee03079125e Mon Sep 17 00:00:00 2001 From: Niklas Eicker Date: Mon, 6 May 2019 09:03:56 +0200 Subject: [PATCH] add version tags to new placeholders (#5981) for permalinks (#7647) Merge pull request 7647 --- docs/_docs/permalinks.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/_docs/permalinks.md b/docs/_docs/permalinks.md index e67d850a..13697c55 100644 --- a/docs/_docs/permalinks.md +++ b/docs/_docs/permalinks.md @@ -110,6 +110,7 @@ Here's the full list of placeholders available:

long_month

+ {% include docs_version_badge.html version="4.0.0" %}

Full month name, e.g. “January”.

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

w_year

+ {% include docs_version_badge.html version="4.0.0" %}

Week year which may differ from the month year for up to three days at the start of January and end of December

@@ -156,6 +158,7 @@ Here's the full list of placeholders available:

week

+ {% include docs_version_badge.html version="4.0.0" %}

Week number of the current year, starting with the first week having a majority of its days in January. (01..53)

@@ -164,6 +167,7 @@ Here's the full list of placeholders available:

w_day

+ {% include docs_version_badge.html version="4.0.0" %}

Day of the week, starting with Monday. (1..7)

@@ -172,6 +176,7 @@ Here's the full list of placeholders available:

short_day

+ {% include docs_version_badge.html version="4.0.0" %}

Three-letter weekday abbreviation, e.g. “Sun”.

@@ -180,6 +185,7 @@ Here's the full list of placeholders available:

long_day

+ {% include docs_version_badge.html version="4.0.0" %}

Weekday name, e.g. “Sunday”.

@@ -296,9 +302,10 @@ For posts, Jekyll also provides the following built-in styles for convenience:

weekdate

+ {% include docs_version_badge.html version="4.0.0" %} -

/:categories/:year/W:week/:short_day/:title.html

+

/:categories/:year/W:week/:short_day/:title:output_ext