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.
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
andtag_cloud_separator
have been added.Closes #63.