Skip to content

Commit e30bd30

Browse files
Add disclaimer
1 parent 9352226 commit e30bd30

File tree

3 files changed

+19
-37
lines changed

3 files changed

+19
-37
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: 14 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@11ty/eleventy": "^2.0.1",
21-
"@x-govuk/govuk-eleventy-plugin": "^6.7.0",
21+
"@x-govuk/govuk-eleventy-plugin": "^6.7.1",
2222
"http-server": "^14.1.1",
2323
"rimraf": "^5.0.5",
2424
"sass": "^1.83.0"

0 commit comments

Comments
 (0)