aboutsummaryrefslogtreecommitdiff
path: root/site/src/main/jekyll/_layouts/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/src/main/jekyll/_layouts/post.html')
-rw-r--r--site/src/main/jekyll/_layouts/post.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/site/src/main/jekyll/_layouts/post.html b/site/src/main/jekyll/_layouts/post.html
index 6ffedaab..c00467d4 100644
--- a/site/src/main/jekyll/_layouts/post.html
+++ b/site/src/main/jekyll/_layouts/post.html
@@ -2,8 +2,10 @@
layout: default
---
<h2>{{ page.title }}</h2>
-<p class="meta">{{ page.date | date_to_string }}</p>
+<small>{{ page.date | date_to_string }}</small>
<div class="post">
+ <hr>
{{ content }}
</div>
+{% include disqus.html %}