mirror of https://gitlab.com/bashrc2/epicyon
Separator after posts
parent
4fe35d5379
commit
a3c49a2324
|
@ -730,7 +730,7 @@ def htmlProfilePosts(recentPostsCache: {}, maxRecentPosts: int,
|
|||
showPublishedDateOnly,
|
||||
False, False, False, True, False)
|
||||
if postStr:
|
||||
profileStr += separatorStr + postStr
|
||||
profileStr += postStr + separatorStr
|
||||
ctr += 1
|
||||
if ctr >= maxItems:
|
||||
break
|
||||
|
|
Loading…
Reference in New Issue