diff --git a/application/templates/layouts/layout--guidance.html b/application/templates/layouts/layout--guidance.html
index 14aa9f75..e414d880 100644
--- a/application/templates/layouts/layout--guidance.html
+++ b/application/templates/layouts/layout--guidance.html
@@ -67,37 +67,31 @@
{{ pageData.pageTitle }}
{
'text': "Article 4 direction data",
'href': sectionPath + 'specifications/article-4-direction',
- 'child': true,
'current': true if pageData.name == 'article-4-direction' else false,
},
{
'text': "Brownfield land data",
'href': 'https://www.gov.uk/government/publications/brownfield-land-registers-data-standard/publish-your-brownfield-land-data',
- 'child': true,
'current': false,
},
{
'text': "Conservation area data",
'href': sectionPath + 'specifications/conservation-area',
- 'child': true,
'current': true if pageData.name == 'conservation-area' else false,
},
{
'text': "Developer contributions data",
'href': 'https://www.gov.uk/guidance/publish-your-developer-contributions-data',
- 'child': true,
'current': false,
},
{
'text': "Listed building data",
'href': sectionPath + 'specifications/listed-building',
- 'child': true,
'current': true if pageData.name == 'listed-building' else false,
},
{
'text': "Tree preservation order data",
'href': sectionPath + 'specifications/tree-preservation-order',
- 'child': true,
'current': true if pageData.name == 'tree-preservation-order' else false,
}
]