File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -65,13 +65,13 @@ module.exports = function (eleventyConfig) {
6565 return collection . getFilteredByGlob ( 'app/posts/manage-breast-screening/**/*.md' )
6666 } )
6767
68- eleventyConfig . addCollection ( "manage-your-screening" , ( collection ) => {
69- return collection . getFilteredByGlob ( "app/posts/manage-your-screening/**/*.md" )
70- } ) ;
71-
7268 eleventyConfig . addCollection ( "bowel-screening" , ( collection ) => {
7369 return collection . getFilteredByGlob ( "app/posts/bowel-screening/**/*.md" )
74- } ) ;
70+ } )
71+
72+ eleventyConfig . addCollection ( "manage-your-screening" , ( collection ) => {
73+ return collection . getFilteredByGlob ( "app/posts/manage-your-screening/**/*.md" )
74+ } )
7575
7676 // Vaccination collections
7777 eleventyConfig . addCollection ( 'book-a-vaccination' , collection => {
You can’t perform that action at this time.
0 commit comments