From 64d821f17378bd5723dc290e354a2692fd1f04cc Mon Sep 17 00:00:00 2001 From: krmax44 Date: Fri, 17 Nov 2023 11:56:58 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20fix=20whitespace=20in=20blog=20a?= =?UTF-8?q?uthor=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fds_blog/templates/fds_blog/_article_detail.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/fragdenstaat_de/fds_blog/templates/fds_blog/_article_detail.html b/fragdenstaat_de/fds_blog/templates/fds_blog/_article_detail.html index 59ace0c50..eb93dd50a 100644 --- a/fragdenstaat_de/fds_blog/templates/fds_blog/_article_detail.html +++ b/fragdenstaat_de/fds_blog/templates/fds_blog/_article_detail.html @@ -20,12 +20,14 @@

{% with authors=article.get_authors %} {% if authors %} - + {# djlint:off #} {% for author in authors %} - {% if author.get_absolute_url %}{% endif %} - {% if not forloop.last %},{% endif %} + {% if author.get_absolute_url %} + {% endif %}{% if not forloop.last %},{% endif %} {% endfor %} + {# djlint:on #} {% endif %} {% endwith %}