summaryrefslogtreecommitdiffstats
path: root/templates/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/post.html')
-rw-r--r--templates/post.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/post.html b/templates/post.html
index bda1e03..4381722 100644
--- a/templates/post.html
+++ b/templates/post.html
@@ -1,6 +1,5 @@
-{% import "macros.html" as macros %}
{% extends "index.html" %}
{% block content %}
- {{ macros::post_header() }}
+ {{ macros::header(item=page, full=true) }}
{{ page.content | safe }}
{% endblock content %}