Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save loughlincodes/4b5c5a9c1bba71ae89d920d0e959e92f to your computer and use it in GitHub Desktop.
Save loughlincodes/4b5c5a9c1bba71ae89d920d0e959e92f to your computer and use it in GitHub Desktop.
Liquid tag loop
{% assign product_tags = product.tags | join: ' ' %}
{% if product_tags contains 'whatever' %}
...do stuff...
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment