blur adulty matieral

This commit is contained in:
2026-03-27 12:23:26 -07:00
parent ac1903c5a1
commit 8ab1cb687b
9 changed files with 18 additions and 5 deletions

View File

@ -58,7 +58,7 @@ export default function(eleventyConfig) {
/* Filter out structural tags */
eleventyConfig.addFilter("removeBasicTags", (tags) => {
return tags.filter(tag => ["all", "posts", "gallery", "reference", "tagPagination"].indexOf(tag) === -1);
return tags.filter(tag => ["all", "posts", "gallery", "reference", "tagPagination", "blur"].indexOf(tag) === -1);
});
/* What it says on the tin */