diff --git a/app/antenatal-screening.md b/app/antenatal-screening.md new file mode 100644 index 000000000..87ef7cd08 --- /dev/null +++ b/app/antenatal-screening.md @@ -0,0 +1,11 @@ +--- +layout: collection +title: Antenatal screening +description: Investigating and improving the end-to-end antenatal screening journey. +area: digital-best-start +pagination: + data: collections.antenatal-screening + reverse: true + size: 50 +permalink: "antenatal-screening/{% if pagination.pageNumber > 0 %}page/{{ pagination.pageNumber + 1 }}{% endif %}/" +--- diff --git a/app/antenatal-screening/antenatal-screening.json b/app/antenatal-screening/antenatal-screening.json new file mode 100644 index 000000000..8c05d3c31 --- /dev/null +++ b/app/antenatal-screening/antenatal-screening.json @@ -0,0 +1,6 @@ +{ + "layout": "post", + "eleventyNavigation": { + "parent": "Antenatal screening" + } +} diff --git a/eleventy.config.js b/eleventy.config.js index a4d428457..300ae630b 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -151,6 +151,7 @@ export default function (eleventyConfig) { // Digital best start 'age-related-messaging', 'check-childrens-vaccination-history', + 'antenatal-screening', // Managing my health 'cohorting-as-a-service' ]) {