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