cheri.pink/src/_includes/post.njk

9 lines
108 B
Text
Raw Normal View History

2023-04-18 17:11:57 +03:00
---
layout: base.njk
---
<h1>{{ title }}</h1>
<h3>{{ date }}</h3>
<article>
{{ content | safe }}
</article>