diff --git a/_includes/thumbnail_podcast.html b/_includes/thumbnail_podcast.html index 073be83..73ff906 100644 --- a/_includes/thumbnail_podcast.html +++ b/_includes/thumbnail_podcast.html @@ -20,26 +20,22 @@ - -
-
-
- - - Raphael - - -
-
-
-
- - {% if include.pre_header %} - {{ include.pre_header }} - - {% endif %} - {{ episode.date | date: "%-d. %b %Y" }} - +
+ + {% if include.pre_header %} + {{ include.pre_header }} - + {% endif %} + {{ post.date | date: "%-d. %b %Y" }} + +
+
+ + {{ post.author | capitalize }} + +
+
+
{% assign title_length = episode.title | size %}

{{ episode.title | slice: 7, title_length }} - #{{ episode.title | slice: 2, 2 }}