Created
May 16, 2019 13:05
-
-
Save loughlincodes/4b5c5a9c1bba71ae89d920d0e959e92f to your computer and use it in GitHub Desktop.
Liquid tag loop
This file contains 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 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