aboutsummaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-02-17 20:34:55 -0500
committerGravatar Barry Clark <barry@barryclark.co> 2014-02-17 20:34:55 -0500
commit0df8994e5f44bd42fff2302711bda9a59bcb9dcf (patch)
tree2a72873b8823d45faa0ba19b70f3cdbdee9134f4 /_layouts/post.html
parent9931bd1ed25bf92afcc7782269281169ebceb578 (diff)
downloadkompetenzbolzen.github.io-0df8994e5f44bd42fff2302711bda9a59bcb9dcf.tar.gz
Style Guide, and all markdown content styled
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 1384cce..d51134d 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -7,11 +7,15 @@ layout: default
<h1>{{ page.title }}</h1>
</header>
+ <div class="date">
+ {{ page.date | date: "%B %e, %Y" }}
+ </div>
+
<div class="entry">
{{ content }}
</div>
- <section id="comments">
+ <div class="comments">
{% include disqus.html disqus_identifier=page.disqus_identifier %}
- </section>
+ </div>
</article>