diff --git a/podcast.njk b/podcast.njk
index 29dad35..0ac9dd1 100644
--- a/podcast.njk
+++ b/podcast.njk
@@ -21,7 +21,6 @@ eleventyNavigation:
keep learning.
14 episodes, recorded between April 2019 to March 2020.
-
@@ -39,8 +38,11 @@ eleventyNavigation:
{% for e in podcast.channel.item %}
Episode #{{ e.episode }} • {{ e.pubDate | readablePodcastDate }} • {{ (e.duration / 60) | round }} mins
-
+
{{ e.title[0] }}
+
{{ e.description }}
@@ -52,4 +54,4 @@ eleventyNavigation:
Your browser does not support the audio element.
-{% endfor %}
\ No newline at end of file
+{% endfor %}