diff --git a/source/blog/_includes/disqus_load.html b/source/blog/_includes/disqus_load.html index 5eae188..444a46a 100644 --- a/source/blog/_includes/disqus_load.html +++ b/source/blog/_includes/disqus_load.html @@ -3,12 +3,12 @@ (function() { var links = document.getElementsByTagName('a'); var query = '?'; - for(var i = 0; i < links.length; i++) { - if(links[i].href.indexOf('#disqus_thread') >= 0) { - query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&'; - } - } - document.write(' \ No newline at end of file diff --git a/source/blog/_layouts/post.html b/source/blog/_layouts/post.html index 11a088c..3d00cc1 100644 --- a/source/blog/_layouts/post.html +++ b/source/blog/_layouts/post.html @@ -26,7 +26,7 @@