diff --git a/webapp_podcast.py b/webapp_podcast.py index cf43a1ed1..1f30c36d2 100644 --- a/webapp_podcast.py +++ b/webapp_podcast.py @@ -221,6 +221,14 @@ def html_podcast_episode(css_cache: {}, translate: {}, '">

\n' + if podcast_properties['categories']: + podcast_str += '

' + tags_str = '' + for tag in podcast_properties['categories']: + tag_link = '/users/' + nickname + '/tags/' + tag.replace('#', '') + tags_str += '' + tag + ' ' + podcast_str += tags_str.strip() + '

\n' + podcast_str += _html_podcast_performers(podcast_properties) podcast_str += ' \n'