add ads tag to listings, title change for listing, some cleanup

This commit is contained in:
2026-05-01 17:07:58 -07:00
parent 576c15a876
commit bef2373fad
5 changed files with 8 additions and 6 deletions

View File

@ -60,7 +60,7 @@ export default function(eleventyConfig) {
/* Filter out structural tags */
eleventyConfig.addFilter("removeCoreTags", (tags) => {
return tags.filter(tag => ["all"].indexOf(tag) === -1);
return tags.filter(tag => ["all", "ads"].indexOf(tag) === -1);
});
/* What it says on the tin */