summaryrefslogtreecommitdiffstats
path: root/templates/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/post.html')
-rw-r--r--templates/post.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/post.html b/templates/post.html
deleted file mode 100644
index 4381722..0000000
--- a/templates/post.html
+++ /dev/null
@@ -1,5 +0,0 @@
-{% extends "index.html" %}
-{% block content %}
- {{ macros::header(item=page, full=true) }}
- {{ page.content | safe }}
-{% endblock content %}