blob: f8a4aee72bd9ee3c038eeaaf292c66c52dde851c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
---
layout: base.njk
tags:
- posts
---
<article>
<h1>{{ title }}</h1>
<small>
<time datetime="{{ date | datefmt }}">{{ date | datefmt }}</time> - <a href="{{ metadata.author.url }}">{{ metadata.author.name }}</a>
</small>
{{ content | safe }}
</article>
|