blog/posts/index.njk

11 lines
224 B
Plaintext
Raw Normal View History

2022-05-19 22:08:42 -04:00
---
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" }}