Skip to content

Commit 46b4e39

Browse files
sarawilcoxcolinrotherham
authored andcommitted
Finalise what's new
1 parent a73cf9c commit 46b4e39

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

app/views/content/writing-nhs-messages.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232

233233
<p>If you include links in your text message make sure they:</p>
234234
<ul>
235-
<li>go to trusted sites such as the NHS.UK or GOV.UK</li>
235+
<li>go to trusted sites such as NHS.UK or GOV.UK</li>
236236
<li>are human readable, for example, http://www.nhs.uk/tests-and-treatments</li>
237237
<li>include the full URL</li>
238238
<li>do not contain any personal information such as the patient's name or NHS number</li>

app/views/whats-new/index.njk

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
<p>Added guidance on <a href="/content/writing-nhs-messages">writing NHS messages</a> to the content guide</p>
1616
{% endset %}
1717

18+
{% set standardHtml202601 %}
19+
<p>Updated <a href="/standards-and-technology/service-standard">NHS service standard</a> points 2, 6, 11 and 14 with AI requirements to align with GOV standard</p>
20+
{% endset %}
21+
1822
{{ table({
1923
caption: "Updates to the service manual in February 2026",
2024
captionClasses: "nhsuk-u-visually-hidden",
@@ -35,6 +39,14 @@
3539
{
3640
html: contentHtml
3741
}
42+
],
43+
[
44+
{
45+
text: "Standards and technology"
46+
},
47+
{
48+
html: standardHtml202601
49+
}
3850
]
3951
]
4052
}) }}

app/views/whats-new/updates.njk

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,12 @@
1616
<p>Added guidance on <a href="/content/writing-nhs-messages">writing NHS messages</a> to the content guide</p>
1717
{% endset %}
1818

19+
{% set standardHtml202601 %}
20+
<p>Updated <a href="/standards-and-technology/service-standard">NHS service standard</a> points 2, 6, 11 and 14 with AI requirements to align with GOV standard</p>
21+
{% endset %}
22+
1923
{{ table({
20-
caption: "Updates to the service manual in January 2026",
24+
caption: "Updates to the service manual in February 2026",
2125
captionClasses: "nhsuk-u-visually-hidden",
2226
head: [
2327
{
@@ -36,6 +40,14 @@
3640
{
3741
html: contentHtml202601
3842
}
43+
],
44+
[
45+
{
46+
text: "Standards and technology"
47+
},
48+
{
49+
html: standardHtml202601
50+
}
3951
]
4052
]
4153
}) }}

0 commit comments

Comments
 (0)