From 527ede261b5392f21cdd48f2576a0f8f1167aa6c Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Fri, 18 Oct 2024 22:57:13 +0200 Subject: [PATCH] fix: :adhesive_bandage: remove superfluous class names --- src/posts.njk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/posts.njk b/src/posts.njk index 8c546de..dd75e9e 100644 --- a/src/posts.njk +++ b/src/posts.njk @@ -14,10 +14,10 @@ pagination: {% for post in blogposts %}

{{ post.data.title }}

- + {% if post.data.image and post.data.image.src != '' %} {{ post.data.image.alt }}