6 lines
114 B
Text
6 lines
114 B
Text
---
|
|
layout: base.njk
|
|
permalink: /posts/
|
|
---
|
|
{% set listposts = collections.posts %}
|
|
{% include "listposts.njk" %}
|