pattex / jekyll-tagging

Jekyll plugin to automatically generate a tag cloud and tag pages.
385 stars 76 forks source link

post will appear on tag page twice if a tag is listed twice #69

Open andy5995 opened 6 years ago

andy5995 commented 6 years ago

jekyll-tagging is great! Thank you.

I had a post.md file that had a tag listed 2x

[example, different, hello, example, five]

The post appeared twice on the tags page for "example".

So.. a "bug" because the end-user did something wrong. But maybe a warning could show in the console if the same tag is detected more than once in a single post?