Skip to content

Instantly share code, notes, and snippets.

@YJPL
Created May 25, 2020 20:59
Show Gist options
  • Save YJPL/8d843abd563d6523854cbc22b965b847 to your computer and use it in GitHub Desktop.
Save YJPL/8d843abd563d6523854cbc22b965b847 to your computer and use it in GitHub Desktop.
Sorting through products collection in Jekyll -> https://supply.templates.supply/custom-variables/
{% 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