Skip to content

Instantly share code, notes, and snippets.

@scottpdawson
Created November 29, 2020 16:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottpdawson/7a43edc30814aa251a206cd0a6b92494 to your computer and use it in GitHub Desktop.
Save scottpdawson/7a43edc30814aa251a206cd0a6b92494 to your computer and use it in GitHub Desktop.
eleventyConfig.addCollection("events", (collection) =>
collection.getFilteredByGlob("posts/*.md").filter( post => {
return ( item.data.location ? post : false );
})
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment