]> id.pley.net Git - pod.git/blobdiff - _layouts/episode.html
Adopt jekyll as a static site builder
[pod.git] / _layouts / episode.html
diff --git a/_layouts/episode.html b/_layouts/episode.html
new file mode 100644 (file)
index 0000000..2fce471
--- /dev/null
@@ -0,0 +1,9 @@
+---
+layout: default
+---
+<h6>{{ page.date | date_to_string: "ordinal", "US" }}</h6>
+<h2>{{ page.title }}</h2>
+<p>{{ page.summary }}</p>
+<audio preload="metadata" class="episode" controls src="{{ page.file }}"></audio>
+<br />
+<p>{{ content }}</p>
\ No newline at end of file