From 5ea14d277fb9c9073996c3899acfb812cd087fcd Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Thu, 11 Apr 2024 21:01:33 +0200
Subject: [PATCH] Remove unused class

---
 templates/blog/card.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/blog/card.html b/templates/blog/card.html
index 22b7da4a..638e247b 100644
--- a/templates/blog/card.html
+++ b/templates/blog/card.html
@@ -17,7 +17,7 @@
                   {{ post.summary | safe }}
                 </div>
             </div>
-            <div class="card-footer blog-card-authors">
+            <div class="card-footer">
               <div class="card-footer-item">
                 <div class="is-fullwidth">
                   {% include "blog/author_media.html" -%}
-- 
GitLab