Replace post list with simpler template
This commit is contained in:
parent
c686de6630
commit
98594c9cd4
|
|
@ -12,6 +12,6 @@ layout: base
|
||||||
|
|
||||||
{{ content | safe }}
|
{{ content | safe }}
|
||||||
|
|
||||||
{% set postslist = collections.posts %} {% include "partials/posts.njk" %}
|
{% set postslist = collections.posts %} {% include "partials/posts-light.njk" %}
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
Loading…
Reference in a new issue