test disqus comments

This commit is contained in:
arcan1s
2014-03-01 17:52:18 +04:00
parent 99c43a5420
commit be84967b9a
4 changed files with 15 additions and 46 deletions

View File

@ -15,9 +15,6 @@
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
{% if page.comment == true %}
{% include header_comment.html %}
{% endif %}
{% if page.share == true %}
{% include header_sharethis.html %}
{% endif %}
@ -26,7 +23,7 @@
{{ content }}
{% if page.comment == true %}
{% include footer_comment.html %}
{% include comment.html %}
{% endif %}
</section>