We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fcac4a commit db72492Copy full SHA for db72492
4 files changed
_data/primary-navigation.yml
@@ -8,10 +8,10 @@
8
link: /safs/
9
10
- title: Checklist
11
- link: /safs/checklist
+ link: /safs_info/checklist
12
13
- title: Print
14
- link: /safs/print
+ link: /safs_info/print
15
16
- title: Tags
17
link: /tags/
safs/print.md
safs/checklist.md safs_info/checklist.mdsafs/checklist.md renamed to safs_info/checklist.md
@@ -1,7 +1,6 @@
1
---
2
title: SAFs Checklist
3
layout: safs_checklist
4
-nav_order: 2.0
5
6
7
<h2>SAF Checklist</h2>
safs_info/print.md
@@ -0,0 +1,12 @@
+---
+title: SAFs Checklist
+<html>
+<head>
+<link rel="shortcut icon" href="{{ '/assets/images/favicon.ico' | relative_url }}">
+ <title>NHS England: Solution Architecture Framework (SAF)</title>
+</head>
+<body>
+{% include safs_print.html %}
+</body>
+</html>
0 commit comments