We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0bf2d commit fbad7cfCopy full SHA for fbad7cf
filters/where.md
@@ -15,7 +15,7 @@ All products:
15
- {{ product.title }}
16
{% endfor %}
17
18
-{% assign kitchen_products = site.pages | where: "type", "kitchen" %}
+{% assign kitchen_products = products | where: "type", "kitchen" %}
19
20
Kitchen products:
21
{% for product in kitchen_products %}
@@ -87,4 +87,4 @@ Featured product: {{ new_shirt.title }}
87
<p class="code-label">Output</p>
88
```text
89
Featured product: Hawaiian print sweater vest
90
-```
+```
0 commit comments