Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions app/antenatal-screening.md
Original file line number Diff line number Diff line change
@@ -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 %}/"
---
6 changes: 6 additions & 0 deletions app/antenatal-screening/antenatal-screening.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"layout": "post",
"eleventyNavigation": {
"parent": "Antenatal screening"
}
}
1 change: 1 addition & 0 deletions eleventy.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
]) {
Expand Down
Loading