Skip to content

Commit

Permalink
add bug for demo purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhorsford committed Nov 18, 2018
1 parent 54d4d3a commit 043a100
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,23 @@ module.exports = function(eleventyConfig) {
});
});

// eleventyConfig.addCollection("items", function(collection) {
// var items = {
// a: {
// name: "first name"
// },
// b: {
// name: "second name"
// }
// }
// return items
// });

eleventyConfig.addCollection("items", function(collection) {
return {}
});


eleventyConfig.addCollection("tagList", require("./_11ty/getTagList"));

eleventyConfig.addPassthroughCopy("img");
Expand Down

0 comments on commit 043a100

Please sign in to comment.