From 911aec46fa0d1e82706031c52f19d18186f24c75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leszek=20Krupi=C5=84ski?= Date: Wed, 14 Jun 2023 13:23:50 +0200 Subject: [PATCH] trim meetup description on the front page --- source/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}