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" %}