aboutsummaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 3933463..d8cc8be 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -6,14 +6,14 @@ layout: default
<h1>{{ page.title }}</h1>
- <div class="date">
- {{ page.date | date: "%B %e, %Y" }}
- </div>
-
<div class="entry">
{{ content }}
</div>
+ <div class="date">
+ Written on {{ page.date | date: "%B %e, %Y" }}
+ </div>
+
<div class="comments">
{% include disqus.html disqus_identifier=page.disqus_identifier %}
</div>