summaryrefslogtreecommitdiff
path: root/_site_build/_layouts/default.html
diff options
context:
space:
mode:
authordavidtsadler <davidtsadler@googlemail.com>2012-02-20 23:31:30 +0000
committerdavidtsadler <davidtsadler@googlemail.com>2012-02-20 23:31:30 +0000
commitccac2564fb161c82ef31c8a227498382369ac0e2 (patch)
tree5e82d0e10c8a01871fcfcd6da63b827a9bba4158 /_site_build/_layouts/default.html
parentc484e8de2e13343b6a200c992198f561a1d5de9d (diff)
Add disqus integration.
Diffstat (limited to '_site_build/_layouts/default.html')
-rw-r--r--_site_build/_layouts/default.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/_site_build/_layouts/default.html b/_site_build/_layouts/default.html
index e57e887..918cc1a 100644
--- a/_site_build/_layouts/default.html
+++ b/_site_build/_layouts/default.html
@@ -30,5 +30,8 @@
{% if site.production and site.google_ua %}
{% include google_analytics.html %}
{% endif %}
+{% if page.comments and site.disqus_shortname %}
+ {% include disqus.html %}
+{% endif %}
</body>
</html>