From 347e33d7d982f442304453d8e338226014bbc20f Mon Sep 17 00:00:00 2001 From: Jorge Arias Date: Thu, 17 Sep 2015 14:17:18 -0300 Subject: [PATCH] Moved section script of "Comments counter" Discus Inset into if site.disqus-shortname --- _includes/js.html | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/_includes/js.html b/_includes/js.html index 9b2afe0..7ab1280 100755 --- a/_includes/js.html +++ b/_includes/js.html @@ -51,24 +51,24 @@ (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); + + {% if page.section-type == "post" or page.section-type == "blog" or page.section-type == "index" or page.section-type == "tag" %} + + + + {% endif %} + {% endif %} {% endif %} - -{% if page.section-type == "post" or page.section-type == "blog" or page.section-type == "index" or page.section-type == "tag" %} - - - - -{% endif %}