forked from ag_kommunikation/webseite
Show links to audio files below each other
This commit is contained in:
parent
1a7a5e97d3
commit
9f7b01cb26
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user