summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/post.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index c75ad95..adb4760 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -3,11 +3,13 @@ layout: master
---
<div class="doc_detail">
+
<h1>{{ page.title }}</h1>
{% if page.date %}
<div class="date">{{ page.date | date: "%-d %B %Y" }}</div>
{% endif %}
-</div>
-{{ content }}
+ {{ content }}
+
+</div>