Skip to content

Commit 8493291

Browse files
Add disclaimer (#33)
1 parent 283b989 commit 8493291

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

eleventy.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,13 @@ module.exports = function (eleventyConfig) {
2424
}
2525
},
2626
footer: {
27+
contentLicence: false,
2728
copyright: {
2829
text: '© NHS England'
2930
},
31+
meta: {
32+
text: "All data and personal information shown in prototypes are fictional and for demonstration purposes only."
33+
}
3034
},
3135
url:
3236
process.env.GITHUB_ACTIONS &&

package-lock.json

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)