Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save blueprintmrk/a09f29b28fa959c4d9351d8c90d0ab85 to your computer and use it in GitHub Desktop.
Save blueprintmrk/a09f29b28fa959c4d9351d8c90d0ab85 to your computer and use it in GitHub Desktop.
Case statement for article template to build accessible breadcrumbs - https://www.shopify.com/partners/blog/breadcrumb-navigation
{% when 'article' %}
<li>{{ blog.title | link_to: blog.url }}</li>
<li>
<a href="{{ article.url }}" aria-current="page">{{ article.title }}</a>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment