Intranet Title

This sample page demonstrates how to display a custom intranet title. Before proceeding please ensure you have permission from your department, TBS or Principal Publisher. This variable does not conform to the C&IA specifications document.

Implementation

The GCIntranet title is modified in the top section of the page. There are three configuration options:

defTop.outerHTML = wet.builder.top({
...
    "intranetTitle": [{
        "href": "https://www.canada.ca/en/employment-social-development.html",
        "text": "Intranet Test",
        "acronym": "Employment and Social Development Canada"
    }]
...
});