From 1a7a5e97d3cdabcb9478780309fc43984d30332c Mon Sep 17 00:00:00 2001 From: Brain Date: Fri, 2 Sep 2022 19:16:26 +0200 Subject: [PATCH 1/2] Fix ogg feed --- content/podcast/wtf-s03-e01/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/podcast/wtf-s03-e01/contents.lr b/content/podcast/wtf-s03-e01/contents.lr index fa163001..b21de2fb 100644 --- a/content/podcast/wtf-s03-e01/contents.lr +++ b/content/podcast/wtf-s03-e01/contents.lr @@ -45,4 +45,4 @@ podcastmp3: WTF_S03E01.mp3 --- oggleng: 16820322 --- -pocastogg: WTF_S03E01.ogg +podcastogg: WTF_S03E01.ogg From 9f7b01cb26866e2913323e47031acf8bc280efb4 Mon Sep 17 00:00:00 2001 From: Brain Date: Fri, 2 Sep 2022 19:16:45 +0200 Subject: [PATCH 2/2] 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 7581c611..1187f956 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 %}