From b5cff52f024f0f50713efc1f1820f8b6bea56fa6 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Thu, 2 Jun 2016 14:20:29 -0700 Subject: [PATCH] Note that where_exp is only a v3.2 feature. Closes #4978. --- site/_docs/templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/templates.md b/site/_docs/templates.md index 1c09cab0..c81e9f6c 100644 --- a/site/_docs/templates.md +++ b/site/_docs/templates.md @@ -91,7 +91,7 @@ common tasks easier.

Where Expression

-

Select all the objects in an array where the expression is true.

+

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