From cdcfb65c626e9045fe2fa7c779e96f35fc597dd9 Mon Sep 17 00:00:00 2001
From: Jeremy-Hodge <105053544+Jeremy-Hodge@users.noreply.github.com>
Date: Tue, 21 Nov 2023 15:08:17 +0000
Subject: [PATCH] Update layout--guidance.html
---
.../templates/layouts/layout--guidance.html | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)
diff --git a/application/templates/layouts/layout--guidance.html b/application/templates/layouts/layout--guidance.html
index a1899a88..9ae07c6f 100644
--- a/application/templates/layouts/layout--guidance.html
+++ b/application/templates/layouts/layout--guidance.html
@@ -46,10 +46,22 @@
{{ pageData.pageTitle }}
'current': true if pageData.name == 'home' else false,
},
{
- 'text': 'Introduction',
- 'href': sectionPath + 'introduction',
+ 'text': 'Who can publish data',
+ 'href': sectionPath + 'who-can-publish-data',
'theme': themes[0],
- 'current': true if pageData.name == 'introduction' else false,
+ 'current': true if pageData.name == 'who-can-publish-data' else false,
+ },
+ {
+ 'text': 'Why publish data',
+ 'href': sectionPath + 'why-publish-data',
+ 'theme': themes[0],
+ 'current': true if pageData.name == 'why-publish-data' else false,
+ },
+ {
+ 'text': 'What data we collect',
+ 'href': sectionPath + 'what-data-we-collect',
+ 'theme': themes[0],
+ 'current': true if pageData.name == 'what-data-we-collect' else false,
},
{
'text': 'How to provide data',