add disqus comments as per hpstr theme

This commit is contained in:
Maximilian Held
2014-03-25 17:25:21 +01:00
parent db2981d253
commit 55d0059f87
11 changed files with 37 additions and 0 deletions

View File

@ -17,4 +17,7 @@
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
{% endif %}
{% if page.comments %}
{% include _disqus_comments.html %}
{% endif %}