11 lines
224 B
Plaintext
11 lines
224 B
Plaintext
|
---
|
||
|
pagination:
|
||
|
data: collections.posts
|
||
|
size: 1
|
||
|
alias: post
|
||
|
addAllPagesToCollections: true
|
||
|
layout: 'layouts/post.njk'
|
||
|
permalink: '{{ post.url }}'
|
||
|
---
|
||
|
|
||
|
{{ post.html | safe if post.html else "Post content not found" }}
|