mirror of https://gitlab.com/bashrc2/epicyon
Semantic markup for social interactions on podcasts
parent
316832830d
commit
39bf952003
|
@ -60,9 +60,10 @@ def _html_podcast_social_interactions(podcast_properties: {},
|
||||||
'?replyto=' + episode_post_url + actor_str + '" target="_blank" ' + \
|
'?replyto=' + episode_post_url + actor_str + '" target="_blank" ' + \
|
||||||
'rel="nofollow noopener noreferrer">💬 ' + \
|
'rel="nofollow noopener noreferrer">💬 ' + \
|
||||||
translate['Leave a comment'] + '</a>\n' + \
|
translate['Leave a comment'] + '</a>\n' + \
|
||||||
|
' <span itemprop="comment">\n' + \
|
||||||
' <a href="' + episode_post_url + '" target="_blank" ' + \
|
' <a href="' + episode_post_url + '" target="_blank" ' + \
|
||||||
'rel="nofollow noopener noreferrer">' + \
|
'rel="nofollow noopener noreferrer">' + \
|
||||||
translate['View comments'] + '</a>\n' + \
|
translate['View comments'] + '</a>\n </span>\n' + \
|
||||||
'</center>\n'
|
'</center>\n'
|
||||||
return podcast_str
|
return podcast_str
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue