aboutsummaryrefslogtreecommitdiff
path: root/_layouts/podcast.html
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-12-19 02:19:37 -0300
committerEuAndreh <eu@euandre.org>2020-12-19 13:27:57 -0300
commit1a96af1f442ef1c1393fa1ce3a759dc16ce75f23 (patch)
tree934bb45aaa09fda119926a60f52d64fc0d859db3 /_layouts/podcast.html
parentdefault.nix: Use --delete option when publishing (diff)
downloadeuandre.org-1a96af1f442ef1c1393fa1ce3a759dc16ce75f23.tar.gz
euandre.org-1a96af1f442ef1c1393fa1ce3a759dc16ce75f23.tar.xz
Add Podcast structure, with public entrypoint commented out
Diffstat (limited to '')
-rw-r--r--_layouts/podcast.html10
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 }}