From 43fd6fed8ebffeabf48a745ec16274880438434c Mon Sep 17 00:00:00 2001
From: Darius Auding <Darius.auding@gmx.de>
Date: Thu, 4 Apr 2024 22:17:06 +0200
Subject: [PATCH] Fix whitespace problems

---
 templates/blog/author_media.html | 3 +--
 templates/blog/card.html         | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/templates/blog/author_media.html b/templates/blog/author_media.html
index 3020f9b9..0fbdefab 100644
--- a/templates/blog/author_media.html
+++ b/templates/blog/author_media.html
@@ -21,9 +21,8 @@
   <ul class="media-content is-align-self-center">
     <div class="title is-5">
 {% for author in post.authors -%}
-      <span class="is-text-nowrap">{{ authors_data[author].display_name }}</span>{% if not loop.last %},{% endif %}
+      <span class="is-text-nowrap">{{ authors_data[author].display_name }}</span>{% if not loop.last %}, {% endif %}
 {% endfor %}
     </div>
   </ul>
 </div>
-
diff --git a/templates/blog/card.html b/templates/blog/card.html
index ee44abcb..22b7da4a 100644
--- a/templates/blog/card.html
+++ b/templates/blog/card.html
@@ -1,4 +1,4 @@
-          <div class="card is-flex is-flex-direction-column is-fullheight is-justify-content-space-between ">
+          <div class="card is-flex is-flex-direction-column is-fullheight is-justify-content-space-between">
             <div class="card-image">
               <a href="{{ post.permalink }}">
                 <figure class="image is-4by3">
-- 
GitLab