Fix variable name

This commit is contained in:
Samuel
2019-01-07 13:13:02 -05:00
parent ea0bf2d30b
commit fbad7cf377
+1 -1
View File
@@ -15,7 +15,7 @@ All products:
- {{ product.title }} - {{ product.title }}
{% endfor %} {% endfor %}
{% assign kitchen_products = site.pages | where: "type", "kitchen" %} {% assign kitchen_products = products | where: "type", "kitchen" %}
Kitchen products: Kitchen products:
{% for product in kitchen_products %} {% for product in kitchen_products %}