mirror of
https://github.com/glanceapp/glance.git
synced 2025-06-22 10:51:24 +02:00
Update tag delimiter
This commit is contained in:
parent
c05607934b
commit
eb9f92f04a
@ -41,7 +41,7 @@ func getLobstersPostsFromFeed(feedUrl string) (ForumPosts, error) {
|
|||||||
posts := make(ForumPosts, 0, len(feed))
|
posts := make(ForumPosts, 0, len(feed))
|
||||||
|
|
||||||
for i := range feed {
|
for i := range feed {
|
||||||
tags := strings.Join(feed[i].Tags, ",")
|
tags := strings.Join(feed[i].Tags, ", ")
|
||||||
|
|
||||||
if tags != "" {
|
if tags != "" {
|
||||||
tags = " [" + tags + "]"
|
tags = " [" + tags + "]"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user