From c686de66306c7ab46ba5d30a0ae946eb300bd02c Mon Sep 17 00:00:00 2001 From: TheThomaas Date: Thu, 23 Nov 2023 22:09:25 +0100 Subject: [PATCH] Remove tags from post list --- src/_includes/partials/posts.njk | 1 - 1 file changed, 1 deletion(-) diff --git a/src/_includes/partials/posts.njk b/src/_includes/partials/posts.njk index b58260b..db4ba2a 100644 --- a/src/_includes/partials/posts.njk +++ b/src/_includes/partials/posts.njk @@ -6,7 +6,6 @@ {{ post.data.title }} {% set definedDate = post.date %} {% include "partials/date.njk" %} - {% set definedTags = post.data.tags %} {% include "partials/tags.njk" %}

{{ post.data.description }}

{% endeach %}