Remove tags from post list
This commit is contained in:
parent
53d8aa9054
commit
c686de6630
|
|
@ -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 %}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue