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