diff --git a/CHANGELOG.md b/CHANGELOG.md index d878c5d0..1dbbe493 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - Remove example page template with lots of content examples on it ([PR 420](https://github.com/nhsuk/nhsuk-prototype-kit/pull/420)) - Update default service name ([PR 419](https://github.com/nhsuk/nhsuk-prototype-kit/pull/419)) - Changed all references from 'NHS.UK prototype kit' to 'NHS prototype kit' +- Update default index page ([PR 423](https://github.com/nhsuk/nhsuk-prototype-kit/pull/423)) ## 5.1.0 - 12 November 2024 diff --git a/app/views/index.html b/app/views/index.html index 7992b88c..d5fe9e9c 100755 --- a/app/views/index.html +++ b/app/views/index.html @@ -2,17 +2,17 @@ - + {% extends 'layout.html' %} {% block pageTitle %} - NHS prototype kit + {{ serviceName }} {% endblock %} @@ -20,54 +20,45 @@ {% block beforeContent %} {% endblock %} - {% block content %}
- This kit lets you rapidly create HTML prototypes of NHS services. -
- -Set the service name for your prototype by editing /app/config.js.
- Use this page as the index for your project. -
- -- You'll find the code for this page at /app/views/index.html. + This is the index page for your prototype. You can find it at /app/views/index.html.
Get started by using the:
- -