diff --git a/templates/macros/podcast.html b/templates/macros/podcast.html
index 7581c61..1187f95 100644
--- a/templates/macros/podcast.html
+++ b/templates/macros/podcast.html
@@ -48,8 +48,8 @@
{%- endif %}
Your browser does not support the audio element.
-
{% if episode.podcastmp3 -%}
+
{%- if episode.podcasttitle -%}
{{ episode.podcasttitle }}
@@ -60,6 +60,7 @@
{% endif %}
{% if episode.podcastogg -%}
+
{%- if episode.podcasttitle -%}
{{ episode.podcasttitle }}
@@ -68,7 +69,7 @@
{%- endif -%}
{{ ' als OGG' }}
- {% endif %}
+ {% endif %}
{% endif %}