aboutsummaryrefslogtreecommitdiff
path: root/_layouts/podcast.html
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-12-20 12:26:37 -0300
committerEuAndreh <eu@euandre.org>2020-12-20 12:26:37 -0300
commit331db14eca2e3ed20eb81f70e138ec18bdd95683 (patch)
tree8bb0bcd18b46439039fcad57e609fae8acc7e3d6 /_layouts/podcast.html
parentUpdate translation files (diff)
downloadeuandre.org-331db14eca2e3ed20eb81f70e138ec18bdd95683.tar.gz
euandre.org-331db14eca2e3ed20eb81f70e138ec18bdd95683.tar.xz
_layouts/podcast.html: Remove placeholder alternative tag, point to flac file
Diffstat (limited to '_layouts/podcast.html')
-rw-r--r--_layouts/podcast.html2
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 }}