diff options
| author | Barry Clark <barry@barryclark.co> | 2014-05-27 20:40:03 -0400 |
|---|---|---|
| committer | Barry Clark <barry@barryclark.co> | 2014-05-27 20:40:03 -0400 |
| commit | f521f8a9ec81c6b42f05c1fff11a61d234f40bb8 (patch) | |
| tree | 5700a1a79ff5640395671faf58e46a2f794ae12e /_layouts | |
| parent | a31c079738bf4f12531573245e72cb210708d7e1 (diff) | |
| download | acn-blog-f521f8a9ec81c6b42f05c1fff11a61d234f40bb8.tar.gz acn-blog-f521f8a9ec81c6b42f05c1fff11a61d234f40bb8.tar.bz2 acn-blog-f521f8a9ec81c6b42f05c1fff11a61d234f40bb8.zip | |
Only include Disqus markup if an account has been entered
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/post.html | 4 |
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> |
