diff --git a/CHANGELOG.md b/CHANGELOG.md index e4144c10..b1466f0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # NHS.UK prototype kit Changelog +## Unreleased + +- Updated start page template to use the `serviceName` variable in the h1 and title tag ([PR 414](https://github.com/nhsuk/nhsuk-prototype-kit/pull/414)) + ## 5.1.0 - 12 November 2024 - Remove guidance and tutorials - these can now be found online on the [NHS Prototype Kit website](https://prototype-kit.service-manual.nhs.uk) - ([PR 385](https://github.com/nhsuk/nhsuk-prototype-kit/pull/385)) diff --git a/docs/views/templates/start-page.html b/docs/views/templates/start-page.html index 60125460..898c1af4 100755 --- a/docs/views/templates/start-page.html +++ b/docs/views/templates/start-page.html @@ -1,7 +1,7 @@ {% extends 'layout.html' %} {% block pageTitle %} - Start page template - NHS.UK prototype kit + {{ serviceName }} {% endblock %} {% block beforeContent %} @@ -16,7 +16,7 @@
Use this service to: