summaryrefslogtreecommitdiff
path: root/_layouts/podcast.html
blob: ea031873bdadce8f715f7cb1bca039295ad0eb97 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
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="{% link /resources/podcasts/{{ page.lang }}/{{ page.date | date: "%Y-%m-%d" }}-{{ page.ref }}.flac %}" type="audio/flac">
</audio>

{{ content }}