File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
lib/nunjucks/govuk-prototype-kit/layouts Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ### New features
6+
7+ - [ #2466 : Use service nav for govuk branded templates] ( https://github.com/alphagov/govuk-prototype-kit/pull/2466 )
8+
59## 13.18.1
610
711### Fixes
Original file line number Diff line number Diff line change 11{%- set assetPath = assetPath | default (' /plugin-assets/govuk-frontend' + govukFrontend .assetPath ) -%}
2+ {% from " govuk/components/service-navigation/macro.njk" import govukServiceNavigation %}
23
34{% extends " govuk/template.njk" %}
45
1617{% block header %}
1718 {{ govukHeader ({
1819 homepageUrl : " /" ,
19- serviceName : serviceName ,
20- serviceUrl : " /" ,
2120 containerClasses : " govuk-width-container"
2221 }) }}
22+ {{ govukServiceNavigation ({
23+ serviceName : serviceName ,
24+ serviceUrl : ' /'
25+ }) }}
2326{% endblock %}
2427
2528{% if (GOVUKPrototypeKit .isDevelopment ) %}
You can’t perform that action at this time.
0 commit comments