Closed efung closed 9 years ago
I'm using jekyll-tagging0.6.0`. I have a post with this:
jekyll-tagging
tags: [Homebaking, banana, quick bread, banana]
This causes two entries for the post to show up on the generated /tag/banana page.
/tag/banana
The tag array should be run through uniq! or something like that.
uniq!
The workaround is to just remove the duplicate tag from the post, obviously.
Sorry for that huge delay. It seems to me like this behaviour is related to Jekyll itself.
I'm using
jekyll-tagging
0.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.