Note that where_exp is only a v3.2 feature. Closes #4978.
This commit is contained in:
parent
0212c83814
commit
b5cff52f02
|
@ -91,7 +91,7 @@ common tasks easier.
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<p class="name"><strong>Where Expression</strong></p>
|
<p class="name"><strong>Where Expression</strong></p>
|
||||||
<p>Select all the objects in an array where the expression is true.</p>
|
<p>Select all the objects in an array where the expression is true. Jekyll v3.2.0 & later.</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="align-center">
|
<td class="align-center">
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in New Issue