johnstray / gs-blog

A simple and easy to use, yet powerful blog for GetSimple. With this plugin, you can create blog posts, sort posts by category, view posts in monthly archives, plus much more.

Home Page:https://johnstray.com/gs-plugin/gs-blog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove useless trailing comma in tag list

johnstray opened this issue · comments

When building the list of tags at the end of a post, a comma and space would be added after each tag which produced a trailing comma at the end.

The code should be update to check if we are on the last tag in the list and only add the comma if we are not.

Thanks to @dvdn for pointing this one out and providing a solution.