summaryrefslogtreecommitdiffstats
path: root/blog/_layouts
diff options
context:
space:
mode:
Diffstat (limited to 'blog/_layouts')
-rw-r--r--blog/_layouts/post.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/blog/_layouts/post.html b/blog/_layouts/post.html
index 93adac3..ff650ae 100644
--- a/blog/_layouts/post.html
+++ b/blog/_layouts/post.html
@@ -2,11 +2,9 @@
layout: default
---
-<article>
- <header>
- <h1>{{ page.title }}</h1>
- </header>
- <section id="post-body">
+<article class="post">
+ {% include post-header.html post = page %}
+ <section class="post-body">
{{ content }}
</section>
</article> \ No newline at end of file