Exclude specific tags in Eleventy using a custom filter

from blog Christian Fei's Blog - cri.dev, | ↗ original
Let’s say you have an eleventy blog, and want to show the tags related to a given blog post. E.g. this post is tagged with eleventy as you can see above. But, it has also other tags attached, e.g. post and featured for example, that are mainly used for creating the posts and featured collections. The HTML/nunjucks code for showing the taglist on...