From 53e3bfe6c6c6a11f6ddf9a0bbcd298da3c524d8c Mon Sep 17 00:00:00 2001 From: tvluke <tvluke@chaotikum.org> Date: Mon, 15 Jan 2024 10:05:22 +0100 Subject: [PATCH] layout fix --- _includes/media-in-list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/media-in-list.html b/_includes/media-in-list.html index f41475df..d51a162e 100644 --- a/_includes/media-in-list.html +++ b/_includes/media-in-list.html @@ -52,7 +52,7 @@ <spann class="fa fa-eye" aria-hidden="true"></spann><i> {{ recording_date | date: "%d.%m.%Y" }}</i><br> <spann class="fa fa-upload" aria-hidden="true"></spann><i> {{ video.release_date | date: "%d.%m.%Y" }}</i> <div class="teaser"> - {{ video.excerpt | strip_html | markdownify | truncatewords: 30 }} + {{ video.excerpt | markdownify | strip_html | truncatewords: 30 }} </div> </article> <div class="dotted-line"> -- GitLab