Semantic markup for social interactions on podcasts

main
Bob Mottram 2022-05-03 11:04:35 +01:00
parent 316832830d
commit 39bf952003
1 changed files with 2 additions and 1 deletions

View File

@ -60,9 +60,10 @@ def _html_podcast_social_interactions(podcast_properties: {},
'?replyto=' + episode_post_url + actor_str + '" target="_blank" ' + \
'rel="nofollow noopener noreferrer">💬 ' + \
translate['Leave a comment'] + '</a>\n' + \
' <span itemprop="comment">\n' + \
' <a href="' + episode_post_url + '" target="_blank" ' + \
'rel="nofollow noopener noreferrer">' + \
translate['View comments'] + '</a>\n' + \
translate['View comments'] + '</a>\n </span>\n' + \
'</center>\n'
return podcast_str