Post #1858818
2025-09-09 20:48 UTC
@chriskirknielsen wow thanks for this one, I decided to use it for my own tags. That's powerful. #11ty
Replies (1)
-
@aloxe@mast.eu.org 2025-09-09 20:51
@chriskirknielsen If I may suggest, you could maybe, after your `const allTags = ...` add the following ` const listTags = allTags.filter((item, index) => allTags.indexOf(item) === index);` to get rid of duplicates. This may speed up the site generation.