From a80442ee879925dc7ca920f2de57f202273242bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20B=C3=ADlek?= Date: Tue, 1 May 2018 19:57:25 +0200 Subject: [PATCH] Add version number for group_by_exp doc (#6956) Merge pull request 6956 --- 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 bfc2d302..4b93b75a 100644 --- a/docs/_docs/templates.md +++ b/docs/_docs/templates.md @@ -147,7 +147,8 @@ you come up with your own tags via plugins.

Where Expression

-

Select all the objects in an array where the expression is true. Jekyll v3.2.0 & later.

+

Select all the objects in an array where the expression is true. + {% include docs_version_badge.html version="3.2.0" %}

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

Group By Expression

-

Group an array's items using a Liquid expression.

+

Group an array's items using a Liquid expression. + {% include docs_version_badge.html version="3.4.0" %}