summaryrefslogtreecommitdiffstats
path: root/src/_includes/post.njk
blob: f613809dcb7029e8d958cfa42369d473458854a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
---
layout: page
tags:
    - posts
---
<small>
    <time datetime="{{page.date | htmlDateString }}">{{ page.date | readableDate}}</time> - <a rel=author href="{{ metadata.author.url }}">{{ metadata.author.name }}</a>
</small>
{{content|safe}}