From 493757d7cfdfa15dccb9c0746a3e3f3e1dfc38f9 Mon Sep 17 00:00:00 2001 From: Kevin Plattret Date: Fri, 27 Jul 2018 20:17:00 +0100 Subject: [PATCH] Add version badge for date filters with ordinal (#7162) Merge pull request 7162 --- docs/_docs/templates.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/_docs/templates.md b/docs/_docs/templates.md index 4b93b75a..052c74e8 100644 --- a/docs/_docs/templates.md +++ b/docs/_docs/templates.md @@ -94,7 +94,8 @@ you come up with your own tags via plugins.

Date to String in ordinal US style

-

Format a date to ordinal, US, short format.

+

Format a date to ordinal, US, short format. + {% include docs_version_badge.html version="3.8.0" %}

@@ -122,7 +123,8 @@ you come up with your own tags via plugins.

Date to Long String in ordinal UK style

-

Format a date to ordinal, UK, long format.

+

Format a date to ordinal, UK, long format. + {% include docs_version_badge.html version="3.8.0" %}