forked from indymedia/epicyon
Icons on media timeline
parent
0f1ac3f0fa
commit
c7e6f69435
|
@ -2254,6 +2254,9 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \
|
|||
galleryStr+=' <a href="'+attach['url']+'">\n'
|
||||
galleryStr+=' <img loading="lazy" src="'+attach['url']+'" alt="" title="" width="600" height="400">\n'
|
||||
galleryStr+=' </a>\n'
|
||||
galleryStr+=' <div class="'+containerClassIcons+'">\n'
|
||||
galleryStr+=' '+announceStr+likeStr+bookmarkStr+deleteStr+'\n'
|
||||
galleryStr+=' </div>\n'
|
||||
if postJsonObject['object'].get('url'):
|
||||
imagePostUrl=postJsonObject['object']['url']
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue