Skip to content

Commit d403c83

Browse files
meta data.
1 parent c8d8a93 commit d403c83

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
# in the templates via {{ site.myvariable }}.
2020

2121
title: NHS England Solution Architecture Framework (SAF)
22+
short_title: NHSE SAF
2223
subtitle: A framework for solution architecture in NHS England
2324
2425
description: >- # this means to ignore newlines until "baseurl:"

_includes/head.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<meta charset="UTF-8">
33
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
44
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
5-
<meta name="description" content="NHS England SAF">
5+
<meta name="description" content="{{ page.title }} {{ page.description }}">
6+
<title>{{site.short_title}}: {{ page.title }}</title>
67
<link rel="stylesheet" href="{{ '/assets/css/nhs.css' | relative_url }}">
78
<script src="assets/js/nhsuk.min.js" type="module"></script>
89
</head>

0 commit comments

Comments
 (0)