diff options
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/podcast.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/podcast.html b/_layouts/podcast.html index e75ca7d..ea03187 100644 --- a/_layouts/podcast.html +++ b/_layouts/podcast.html @@ -4,7 +4,7 @@ layout: post <audio controls> <source src="{% link /resources/podcasts/{{ page.lang }}/{{ page.date | date: "%Y-%m-%d" }}-{{ page.ref }}.ogg %}" type="audio/ogg"> - <source src="horse.ogg" type="audio/ogg"> + <source src="{% link /resources/podcasts/{{ page.lang }}/{{ page.date | date: "%Y-%m-%d" }}-{{ page.ref }}.flac %}" type="audio/flac"> </audio> {{ content }} |