Skip to content

Commit

Permalink
Use serviceName local in start page template (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankieroberto authored Nov 18, 2024
1 parent 86b09d6 commit 66806f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
4 changes: 2 additions & 2 deletions docs/views/templates/start-page.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends 'layout.html' %}

{% block pageTitle %}
Start page template - NHS.UK prototype kit
{{ serviceName }}
{% endblock %}

{% block beforeContent %}
Expand All @@ -16,7 +16,7 @@
<div class="nhsuk-grid-column-two-thirds">

<h1>
Service name goes here
{{ serviceName }}
</h1>

<p>Use this service to:</p>
Expand Down

0 comments on commit 66806f9

Please sign in to comment.