Compare commits
No commits in common. "8ff500f749cec1a1cd7ca4a72a4b98d8fb5f4d49" and "bfe8f740f88ece8dbfcb0d813fbde3d2e056e608" have entirely different histories.
8ff500f749
...
bfe8f740f8
@ -45,4 +45,4 @@ podcastmp3: WTF_S03E01.mp3
|
||||
---
|
||||
oggleng: 16820322
|
||||
---
|
||||
podcastogg: WTF_S03E01.ogg
|
||||
pocastogg: WTF_S03E01.ogg
|
||||
|
@ -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,7 +60,6 @@
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if episode.podcastogg -%}
|
||||
<br/>
|
||||
<a class="" href="{{ episode.podcastogg|url(alt='de') }}" download>
|
||||
{%- if episode.podcasttitle -%}
|
||||
{{ episode.podcasttitle }}
|
||||
@ -69,7 +68,7 @@
|
||||
{%- endif -%}
|
||||
{{ ' als OGG' }}
|
||||
</a>
|
||||
{% endif %}
|
||||
{% endif %}<br/>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user