From 2ceb31b650facb2c6384a426e5ed99b48eb2801a Mon Sep 17 00:00:00 2001 From: Luke Date: Tue, 17 Nov 2020 13:13:33 +0100 Subject: [PATCH] Add team profiles --- _includes/thumbnail_blog.html | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/_includes/thumbnail_blog.html b/_includes/thumbnail_blog.html index cf49148..5603236 100644 --- a/_includes/thumbnail_blog.html +++ b/_includes/thumbnail_blog.html @@ -11,24 +11,22 @@ #{{ post.title | slice: 2, 2 }} {% endif %} - -
-
-
- - {{ post.author | capitalize }} - -
-
-
-
- - {% if include.pre_header %} - {{ include.pre_header }} - - {% endif %} - {{ post.date | date: "%-d. %b %Y" }} - +
+ + {% if include.pre_header %} + {{ include.pre_header }} - + {% endif %} + {{ post.date | date: "%-d. %b %Y" }} + +
+
+ + {{ post.author | capitalize }} + +
+
+
{% if post.progress_update == true %} {% assign title_length = post.title | size %}

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