diff options
author | EuAndreh <eu@euandre.org> | 2020-12-20 12:26:37 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-12-20 12:26:37 -0300 |
commit | 331db14eca2e3ed20eb81f70e138ec18bdd95683 (patch) | |
tree | 8bb0bcd18b46439039fcad57e609fae8acc7e3d6 /_layouts/podcast.html | |
parent | Update translation files (diff) | |
download | euandre.org-331db14eca2e3ed20eb81f70e138ec18bdd95683.tar.gz euandre.org-331db14eca2e3ed20eb81f70e138ec18bdd95683.tar.xz |
_layouts/podcast.html: Remove placeholder alternative tag, point to flac file
Diffstat (limited to '')
-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 }} |