diff --git a/source/index.html b/source/index.html
index a175a5e..12dcd89 100644
--- a/source/index.html
+++ b/source/index.html
@@ -18,7 +18,7 @@
Najbliższe spotkania
{{ post.date | date('Y-m-d') }}, godz. {{ post.time }}
-
{{ post.venue.description|raw }}
+
{{ post.venue.description[:300] ~ '...'|raw }}
{% endif %}