aboutsummaryrefslogblamecommitdiff
path: root/_layouts/podcast.html
blob: e75ca7d2577b094fa4596ebf1450946988ed8b08 (plain) (tree)
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="horse.ogg" type="audio/ogg">
</audio>

{{ content }}