Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save blueprintmrk/e2ffe2532e9dce59d087b23606062ffa to your computer and use it in GitHub Desktop.

Select an option

Save blueprintmrk/e2ffe2532e9dce59d087b23606062ffa to your computer and use it in GitHub Desktop.
Exclude breadcrumb snippet from rendering on specific templates using unless statement - https://www.shopify.com/partners/blog/breadcrumb-navigation
{% unless template == 'index' or template == 'cart' or template == 'list-collections' or template == '404' %}
{% comment %} snippet code goes here {% endcomment %}
{% endunless %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment