-
- {% include components/thumbnail.html path=include.post.path alt=include.post.alt %}
-
- {%- if include.post.event -%}
-
- {% include post/event/schedule.html event=include.post.event %}
-
- {%- endif -%}
-
-
-
-
- {% comment %}
- We can only support so many characters in the overview, therefore we truncate it.
- {% endcomment %}
-
-
- {{ include.post.excerpt | strip_html | truncate: 400 }}
-
-
-
diff --git a/src/_includes/post/small.html b/src/_includes/post/small.html
index 958ca07..25ecacc 100644
--- a/src/_includes/post/small.html
+++ b/src/_includes/post/small.html
@@ -7,7 +7,7 @@
{% include components/thumbnail.html path=include.post.image.path alt=include.post.image.alt %}
{%- if include.post.event -%}
-