From 3416d1c331524f874d583a199bbd7e8ef7b45305 Mon Sep 17 00:00:00 2001 From: "Huste, Tobias (FWCC) - 111645" <t.huste@hzdr.de> Date: Tue, 1 Jun 2021 09:20:35 +0000 Subject: [PATCH] Revert changes on the new post cards --- _includes/cards/post_card.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/_includes/cards/post_card.html b/_includes/cards/post_card.html index 218c47d2e..a0d6cc9f4 100644 --- a/_includes/cards/post_card.html +++ b/_includes/cards/post_card.html @@ -25,10 +25,6 @@ post: The post which sould be displayed on the card <i class="fas fa-calendar-day" aria-hidden="true"></i> {{ include.post.date | date: "%d. %b. %y" }} </span> - <span class="badge badge-secondary"> - <i class="fas fa-tag" aria-hidden="true"></i> - {{ include.post.categories }} - </span> </div> <div class="card-text"> <a href="{{ include.post.url | relative_url }}" class="stretched-link"> -- GitLab