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 }}