Remove tags from post list

This commit is contained in:
TheThomaas 2023-11-23 22:09:25 +01:00
parent 53d8aa9054
commit c686de6630

View file

@ -6,7 +6,6 @@
<a href="{{ post.url | url }}">{{ post.data.title }}</a> <a href="{{ post.url | url }}">{{ post.data.title }}</a>
</h2> </h2>
{% set definedDate = post.date %} {% include "partials/date.njk" %} {% set definedDate = post.date %} {% include "partials/date.njk" %}
{% set definedTags = post.data.tags %} {% include "partials/tags.njk" %}
<p>{{ post.data.description }}</p> <p>{{ post.data.description }}</p>
</li> </li>
{% endeach %} {% endeach %}