File tree Expand file tree Collapse file tree 3 files changed +4
-16
lines changed
Expand file tree Collapse file tree 3 files changed +4
-16
lines changed Original file line number Diff line number Diff line change 1010- title : Privacy
1111 link : https://digital.nhs.uk/services/nhs-notify/transparency-notice
1212
13+ - title : Sitemap
14+ link : /sitemap/
15+
1316- title : Terms and conditions
1417 link : https://digital.nhs.uk/services/nhs-notify/terms-and-conditions
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ You can [contact us]({% link pages/support/support.md %}) if you:
2626- Improve onboarding for new users
2727- Increase print capacity and resilience by bringing in an additional supplier
2828- Let users create and manage their own templates
29- - Publish a new website with information about NHS Notify
29+ - Fix accessibility issues in the upcoming 'create and submit a template' interface
3030- Provide real-time message statuses to show whether messages have been successfully delivered
3131- Show users which recipients have NHS App accounts and notifications enabled
3232- Let users subscribe to more detailed NHS APP message statuses
Original file line number Diff line number Diff line change 44title: Sitemap
55---
66
7- {% assign current_dir = page.dir %}
8- {% assign paths = page.dir | split: "/" %}
9- {% assign parent_dir = paths[1] %}
10-
11- {%-
12- assign nav_pages = site.pages
13- | where_exp: "item", "item.dir contains parent_dir"
14- -%}
15-
16- {% assign first_level_dir = parent_dir | prepend: '/' | append: '/' %}
17- {%-
18- assign first_level = nav_pages
19- | where_exp: "item", "item.dir == first_level_dir"
20- -%}
21-
227< div class ="nhsuk-width-container ">
238 < main class ="nhsuk-main-wrapper " id ="maincontent " role ="main ">
249 < div class ="nhsuk-grid-row ">
You can’t perform that action at this time.
0 commit comments