Show links to audio files below each other

This commit is contained in:
Brain 2022-09-02 19:16:45 +02:00
parent 1a7a5e97d3
commit 9f7b01cb26
Signed by untrusted user: Brain
GPG Key ID: 9CF47083EE57670D
1 changed files with 3 additions and 2 deletions

View File

@ -48,8 +48,8 @@
{%- endif %}
Your browser does not support the audio element.
</audio>
<br/>
{% if episode.podcastmp3 -%}
<br/>
<a class="" href="{{ episode.podcastmp3|url(alt='de') }}" download>
{%- if episode.podcasttitle -%}
{{ episode.podcasttitle }}
@ -60,6 +60,7 @@
</a>
{% endif %}
{% if episode.podcastogg -%}
<br/>
<a class="" href="{{ episode.podcastogg|url(alt='de') }}" download>
{%- if episode.podcasttitle -%}
{{ episode.podcasttitle }}
@ -68,7 +69,7 @@
{%- endif -%}
{{ ' als OGG' }}
</a>
{% endif %}<br/>
{% endif %}
</div>
{% endif %}
</div>