Skip to content

Instantly share code, notes, and snippets.

@shopifypartners
Last active September 11, 2020 17:34
Show Gist options
  • Save shopifypartners/dca7ac388fa6532d16b8bd4bad996818 to your computer and use it in GitHub Desktop.
Save shopifypartners/dca7ac388fa6532d16b8bd4bad996818 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