+ {% if post.custom_thumbnail_name == null %}
+

+ {% else %}
+

+ {% endif %}
+ {% if post.progress_update == true %}
+
#{{ post.title | slice: 2, 2 }}
+ {% endif %}
+
+
+
+ {% if include.pre_header %}
+ {{ include.pre_header }} -
+ {% endif %}
+ {{ post.date | date: "%-d. %b %Y" }}
+
+ {% if post.progress_update == true %}
+ {% assign title_length = post.title | size %}
+
{{ post.title | slice: 7, title_length }} - #{{ post.title | slice: 2, 2 }}
+ {% else %}
+
{{ post.title }}
+ {% endif %}
+
+