We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f3687c commit 7253669Copy full SHA for 7253669
1 file changed
eleventy.config.js
@@ -65,13 +65,13 @@ module.exports = function (eleventyConfig) {
65
return collection.getFilteredByGlob('app/posts/manage-breast-screening/**/*.md')
66
})
67
68
- eleventyConfig.addCollection("manage-your-screening", (collection) => {
69
- return collection.getFilteredByGlob("app/posts/manage-your-screening/**/*.md")
70
- });
71
-
72
eleventyConfig.addCollection("bowel-screening", (collection) => {
73
return collection.getFilteredByGlob("app/posts/bowel-screening/**/*.md")
74
+ })
+
+ eleventyConfig.addCollection("manage-your-screening", (collection) => {
+ return collection.getFilteredByGlob("app/posts/manage-your-screening/**/*.md")
75
76
// Vaccination collections
77
eleventyConfig.addCollection('book-a-vaccination', collection => {
0 commit comments