Breadcrumbs

The breadcrumbs are a list of links displayed near to the top of the content to help the user determine where they are on the site and to help them navigate.

Implementation

Breadcrumbs are added in the top section of the page. There are three configuration options:

defTop.outerHTML = wet.builder.top({
...
    "breadcrumbs": [{
        "title": "Home",
        "href": "https://www.canada.ca/en/index.html"
    }, {
        "title": "CDN test",
        "href": "https://www.canada.ca/en/index.html"
    }]
...
});