Created
May 25, 2020 20:59
-
-
Save YJPL/8d843abd563d6523854cbc22b965b847 to your computer and use it in GitHub Desktop.
Sorting through products collection in Jekyll -> https://supply.templates.supply/custom-variables/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% assign products = site.products | where_exp: "product", "product.price contains 'Free'" %} | |
{% for product in products reversed %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment