Skip to content

Commit a92f177

Browse files
committed
updated
1 parent 5cea658 commit a92f177

39 files changed

+1342
-231
lines changed

.eleventy.js

-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ const navigationPlugin = require('@11ty/eleventy-navigation')
33
const rssPlugin = require('@11ty/eleventy-plugin-rss')
44

55
module.exports = function(eleventyConfig) {
6-
7-
86
function filterTagList(tags) {
97
return (tags || []).filter(tag => ["all", "nav"].indexOf(tag) === -1);
108
}
@@ -64,5 +62,4 @@ module.exports = function(eleventyConfig) {
6462
output: "dev"
6563
}
6664
};
67-
6865
};

0 commit comments

Comments
 (0)