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 %}