pattex / jekyll-tagging

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

Make tags and tag cloud separators configurable #65

Open angelikatyborska opened 6 years ago

angelikatyborska commented 6 years ago

Currently joining tags for a post with a comma and joining tags in a tag cloud with a whitespace is hardcoded. To accommodate the need to change those separators without complex CSS tricks, new config options tag_separator and tag_cloud_separator have been added.

Closes #63.