From 62f082ee2746ff56d4bc3f2aad1cf85bcb8cd519 Mon Sep 17 00:00:00 2001
From: Darius Auding <Darius.auding@gmx.de>
Date: Wed, 3 Apr 2024 22:54:08 +0200
Subject: [PATCH] Remove unecessary comma spacing

---
 templates/blog/author_media.html | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/templates/blog/author_media.html b/templates/blog/author_media.html
index c58eeff4..194feb9c 100644
--- a/templates/blog/author_media.html
+++ b/templates/blog/author_media.html
@@ -20,10 +20,7 @@
     <div class="title is-5">
 {% for author in post.authors -%}
       <p class="is-inline">
-      {{ authors_data[author].display_name }}
-        {% if not loop.last %}
-        ,
-        {% endif %}
+      {{ authors_data[author].display_name }}{% if not loop.last %},{% endif %}
       </p>
 {% endfor %}
     </div>
-- 
GitLab