Compare commits

..

8 Commits

Author SHA1 Message Date
Brain 096ec0aaf7 Add deployment docs
continuous-integration/drone/pr Build is passing Details
2022-09-03 17:25:36 +02:00
Brain e5ae098d6f Fix deployment issue 2022-09-03 17:25:36 +02:00
Brain 89f46989d9 Add www to known hosts 2022-09-03 17:25:36 +02:00
Brain 7fa0f596ad Add promotion steps for dev and live 2022-09-03 17:25:36 +02:00
Brain 48150b5677 Define new build pipeline 2022-09-03 17:25:36 +02:00
muli 8ff500f749 Merge pull request 'Fix Podcast' (#129) from fix-podcast into main
continuous-integration/drone/push Build is passing Details
Reviewed-on: #129
2022-09-03 16:52:48 +02:00
Brain 9f7b01cb26
Show links to audio files below each other
continuous-integration/drone/pr Build is passing Details
2022-09-02 19:16:45 +02:00
Brain 1a7a5e97d3
Fix ogg feed 2022-09-02 19:16:26 +02:00
2 changed files with 4 additions and 3 deletions

View File

@ -45,4 +45,4 @@ podcastmp3: WTF_S03E01.mp3
---
oggleng: 16820322
---
pocastogg: WTF_S03E01.ogg
podcastogg: WTF_S03E01.ogg

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>