Skip to content

Commit

Permalink
Restore tagList collection (google#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrealeardini authored Oct 12, 2020
1 parent ed5a23c commit 84ebbb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ module.exports = function (eleventyConfig) {
return array.slice(0, n);
});

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

eleventyConfig.addPassthroughCopy("img");
eleventyConfig.addPassthroughCopy("css");
// We need to copy cached.js only if GA is used
Expand Down

0 comments on commit 84ebbb9

Please sign in to comment.