diff options
Diffstat (limited to 'src/_includes/post.njk')
-rw-r--r-- | src/_includes/post.njk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_includes/post.njk b/src/_includes/post.njk new file mode 100644 index 0000000..f613809 --- /dev/null +++ b/src/_includes/post.njk @@ -0,0 +1,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}} |