pattex / jekyll-tagging

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

Configuration variable ignored_tags does not work #48

Open gflohr opened 8 years ago

gflohr commented 8 years ago

You compare only the first character of the tag with the ignore list. The "t[0]" in method active_tags should read "t".