Big update: add quiz function, new post
This commit is contained in:
@ -199,7 +199,8 @@ export default async function (eleventyConfig) {
|
||||
|
||||
eleventyConfig.addFilter("filterTagList", function filterTagList(tags) {
|
||||
return (tags || []).filter(
|
||||
(tag) => ["all", "nav", "post", "posts", "gallery"].indexOf(tag) === -1,
|
||||
(tag) =>
|
||||
["all", "nav", "post", "posts", "gallery", "quiz"].indexOf(tag) === -1,
|
||||
);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user