From 9f7b01cb26866e2913323e47031acf8bc280efb4 Mon Sep 17 00:00:00 2001 From: Brain Date: Fri, 2 Sep 2022 19:16:45 +0200 Subject: [PATCH] Show links to audio files below each other --- templates/macros/podcast.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 %}