From ccac2564fb161c82ef31c8a227498382369ac0e2 Mon Sep 17 00:00:00 2001 From: davidtsadler Date: Mon, 20 Feb 2012 23:31:30 +0000 Subject: Add disqus integration. --- _site_build/_includes/disqus.html | 6 ++++++ _site_build/_layouts/default.html | 3 +++ _site_build/_layouts/post.html | 7 +++++++ 3 files changed, 16 insertions(+) create mode 100644 _site_build/_includes/disqus.html (limited to '_site_build') diff --git a/_site_build/_includes/disqus.html b/_site_build/_includes/disqus.html new file mode 100644 index 0000000..c92a1da --- /dev/null +++ b/_site_build/_includes/disqus.html @@ -0,0 +1,6 @@ + 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 %} diff --git a/_site_build/_layouts/post.html b/_site_build/_layouts/post.html index a435a70..f38b1ed 100644 --- a/_site_build/_layouts/post.html +++ b/_site_build/_layouts/post.html @@ -22,4 +22,11 @@ layout: default + {% if page.comments and site.disqus_shortname %} + + {% endif %} -- cgit v1.2.3-13-gbd6f