Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save blueprintmrk/f8f61d34d3de7715421b78bf6759b096 to your computer and use it in GitHub Desktop.
Save blueprintmrk/f8f61d34d3de7715421b78bf6759b096 to your computer and use it in GitHub Desktop.
Conditional rule to include breadcrumbs based on settings - https://www.shopify.com/partners/blog/breadcrumb-navigation
{% if settings.show_breadcrumb_nav %}
{% include 'breadcrumbs' %}
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment