aboutsummaryrefslogblamecommitdiff
path: root/_layouts/podcast.html
blob: 982fbc63c5e28aec5feb3c92a21b600f8a54f650 (plain) (tree)
1
2
3
4
5
6
7
8
9




                

                                                                                                                         

        





                                                                                               
             
---
layout: post
---

<audio controls>
  <source src="{% link /resources/podcasts/{{ page.date | date: "%Y-%m-%d" }}-{{ page.slug }}.ogg  %}" type="audio/ogg">
  <source src="{% link /resources/podcasts/{{ page.date | date: "%Y-%m-%d" }}-{{ page.slug }}.flac %}" type="audio/flac">
</audio>

<div class="torrent-link">
  <a href="/resources/podcasts/{{ page.date | date: "%Y-%m-%d" }}-{{ page.slug }}.ogg.torrent">
    torrent
  </a>
</div>

{{ content }}