Replace post list with simpler template

This commit is contained in:
TheThomaas 2023-11-23 22:09:43 +01:00
parent c686de6630
commit 98594c9cd4

View file

@ -12,6 +12,6 @@ layout: base
{{ content | safe }}
{% set postslist = collections.posts %} {% include "partials/posts.njk" %}
{% set postslist = collections.posts %} {% include "partials/posts-light.njk" %}
</article>