generated from inherentlee/11ty
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ export default function (eleventyConfig) {
|
||||
|
||||
/* Filter out structural tags */
|
||||
eleventyConfig.addFilter("removeBasicTags", (tags) => {
|
||||
return tags.filter((tag) => ["all", "doublePagination"].indexOf(tag) === -1);
|
||||
return tags.filter((tag) => ["all", "providers", "doublePagination"].indexOf(tag) === -1);
|
||||
});
|
||||
|
||||
/* What it says on the tin */
|
||||
|
||||
Reference in New Issue
Block a user