Open simonrjones opened 4 years ago
Given a URL, return the hierarchical breadcrumb for the current page (page titles & URLs)
Requirement is:
E.g.
Home > About > Staff > John Doe
If level 4, display:
Home .. Staff > John Doe > Child page
See GOVUK component.
Linked to #63
Given a URL, return the hierarchical breadcrumb for the current page (page titles & URLs)