From bf2c1daec8ebf8f3a422e18a705d6482cbcbbe6e Mon Sep 17 00:00:00 2001 From: Luke Date: Tue, 17 Nov 2020 13:14:38 +0100 Subject: [PATCH] Add team profiles --- _includes/thumbnail_podcast.html | 34 ++++++++++++++------------------ 1 file changed, 15 insertions(+), 19 deletions(-) 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 }}