Skip to content

Instantly share code, notes, and snippets.

@essmahr
Created February 5, 2018 18:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save essmahr/821876acefaa8e3e4e050cfe075dd80c to your computer and use it in GitHub Desktop.
Save essmahr/821876acefaa8e3e4e050cfe075dd80c to your computer and use it in GitHub Desktop.
{% for tag in collection.all_tags %}
{% unless tag contains 'cf-' %}
<!-- initial for loop content goes here-->
{% endunless %}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment