aboutsummaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-05-27 20:40:03 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-05-27 20:40:03 -0400
commitf521f8a9ec81c6b42f05c1fff11a61d234f40bb8 (patch)
tree5700a1a79ff5640395671faf58e46a2f794ae12e /_layouts/post.html
parenta31c079738bf4f12531573245e72cb210708d7e1 (diff)
downloadkompetenzbolzen.github.io-f521f8a9ec81c6b42f05c1fff11a61d234f40bb8.tar.gz
Only include Disqus markup if an account has been entered
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index d8cc8be..f45cd6b 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -14,7 +14,5 @@ layout: default
Written on {{ page.date | date: "%B %e, %Y" }}
</div>
- <div class="comments">
- {% include disqus.html disqus_identifier=page.disqus_identifier %}
- </div>
+ {% include disqus.html disqus_identifier=page.disqus_identifier %}
</article>