Skip to content

Commit 3e1bc3e

Browse files
authored
Update layout--guidance.html
1 parent b9d7b2f commit 3e1bc3e

File tree

1 file changed

+21
-15
lines changed

1 file changed

+21
-15
lines changed

application/templates/layouts/layout--guidance.html

+21-15
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ <h1 class="govuk-heading-xl">{{ pageData.pageTitle }}</h1>
2525
{% block content_secondary %}
2626

2727
{% set themes = [
28-
'Guidance for local planning authorities',
29-
'Data specification guidance',
28+
'Publish planning and housing data for England',
29+
'Prepare data to the specifications',
3030
'Other guidance'
3131
] %}
3232

@@ -46,19 +46,7 @@ <h1 class="govuk-heading-xl">{{ pageData.pageTitle }}</h1>
4646
'current': true if pageData.name == 'home' else false,
4747
},
4848
{
49-
'text': 'Introduction',
50-
'href': sectionPath + 'introduction',
51-
'theme': themes[0],
52-
'current': true if pageData.name == 'introduction' else false,
53-
},
54-
{
55-
'text': 'How to provide data',
56-
'theme': themes[0],
57-
'href': sectionPath + 'how-to-provide-data',
58-
'current': true if pageData.name == 'how-to-provide-data' else false,
59-
},
60-
{
61-
'text': 'Data specifications guidance',
49+
'text': 'Prepare data to the specifications',
6250
'theme': themes[0],
6351
'href': sectionPath + 'specifications/',
6452
'current': true if pageData.name == 'specifications' else false,
@@ -96,6 +84,24 @@ <h1 class="govuk-heading-xl">{{ pageData.pageTitle }}</h1>
9684
}
9785
]
9886
}
87+
{
88+
'text': 'Publish data on your website',
89+
'theme': themes[0],
90+
'href': sectionPath + 'publish-data-on-your-website',
91+
'current': true if pageData.name == 'publish-data-on-your-website' else false,
92+
},
93+
{
94+
'text': 'Keep your data up to date',
95+
'theme': themes[0],
96+
'href': sectionPath + 'keep-your-data-up-to-date',
97+
'current': true if pageData.name == 'keep-your-data-up-to-date' else false,
98+
},
99+
{
100+
'text': 'Try our new check and publish service',
101+
'theme': themes[0],
102+
'href': sectionPath + 'try-check-publish-service',
103+
'current': true if pageData.name == 'publish-data-on-your-website' else false,
104+
},
99105
]
100106
})
101107
}}

0 commit comments

Comments
 (0)