diff options
Diffstat (limited to '')
-rw-r--r-- | _layouts/podcast.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/_layouts/podcast.html b/_layouts/podcast.html new file mode 100644 index 0000000..e75ca7d --- /dev/null +++ b/_layouts/podcast.html @@ -0,0 +1,10 @@ +--- +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"> +</audio> + +{{ content }} |