pattex / jekyll-tagging

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

Posts with identical tags produce multiple entries on tag page #31

Closed efung closed 9 years ago

efung commented 9 years ago

I'm using jekyll-tagging0.6.0`. I have a post with this:

tags: [Homebaking, banana, quick bread, banana]

This causes two entries for the post to show up on the generated /tag/banana page.

The tag array should be run through uniq! or something like that.

The workaround is to just remove the duplicate tag from the post, obviously.

pattex commented 9 years ago

Sorry for that huge delay. It seems to me like this behaviour is related to Jekyll itself.