' + \ titleStr + '
\n' + articleAdded = True # get the handle of the author if postJsonObject['object'].get('attributedTo'): @@ -232,7 +234,10 @@ def htmlBlogPostContent(authorized: bool, contentStr = replaceEmojiFromTags(contentStr, postJsonObject['object']['tag'], 'content') - blogStr += '' + contentStr + '\n' + if articleAdded: + blogStr += '
' + contentStr + '