mirror of https://gitlab.com/bashrc2/epicyon
Show image for shared item when selecting the icon
parent
55ccd4cb97
commit
9896dffe38
|
@ -105,6 +105,7 @@ def htmlProfileShares(nickname: str,domain: str,sharesJson: {}) -> str:
|
|||
for item in sharesJson['orderedItems']:
|
||||
profileStr+='<div class="container">'
|
||||
profileStr+='<p class="share-title">'+item['displayName']+'</p>'
|
||||
profileStr+='<a href="'+item['imageUrl']+'">'
|
||||
profileStr+='<img src="'+item['imageUrl']+'" alt="Item image"></a>'
|
||||
profileStr+='<p>'+item['summary']+'</p>'
|
||||
profileStr+='<p><b>Type:</b> '+item['itemType']+' '
|
||||
|
|
Loading…
Reference in New Issue