@@ -25,8 +25,8 @@ <h1 class="govuk-heading-xl">{{ pageData.pageTitle }}</h1>
25
25
{% block content_secondary %}
26
26
27
27
{% 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 ',
30
30
'Other guidance'
31
31
] %}
32
32
@@ -46,19 +46,7 @@ <h1 class="govuk-heading-xl">{{ pageData.pageTitle }}</h1>
46
46
'current': true if pageData.name == 'home' else false,
47
47
},
48
48
{
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',
62
50
'theme': themes[0],
63
51
'href': sectionPath + 'specifications/',
64
52
'current': true if pageData.name == 'specifications' else false,
@@ -96,6 +84,24 @@ <h1 class="govuk-heading-xl">{{ pageData.pageTitle }}</h1>
96
84
}
97
85
]
98
86
}
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
+ },
99
105
]
100
106
})
101
107
}}
0 commit comments