= codeBlender "breadcrumb", "molecule", { array: current_page.data.breadcrumbs, title: current_page.data.title }
<ol class='breadcrumb'>
<li>
<a href='/index.html'>
<span class='fa fa-home'></span>
</a>
</li>
<li>
<a href='/molecule/molecule.html'>
Molecule
</a>
</li>
<li class='active'>
Breadcrumb to highlight a navigation path
</li>
</ol>
| Title | URL |
|---|---|
| Bootstrap breadcrumb | http://getbootstrap.com/components/#breadcrumbs |
| Micro format | https://developers.google.com/structured-data/breadcrumbs |
| Accessibility | http://www.uvd.co.uk/blog/accessible-breadcrumbs-using-aria/ |
| Usability | http://ui-patterns.com/patterns/Breadcrumbs |
| Middleman breadcrumbs | https://github.com/marnen/middleman-breadcrumbs |
| Task | Date |
|---|---|
| Complete the Aria and Micro format for this partial | |
| Not working in current state - need to get the parent and child of the page perhaps from the resource |