diff options
Diffstat (limited to 'site/_includes/comment_count.html')
-rw-r--r-- | site/_includes/comment_count.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/_includes/comment_count.html b/site/_includes/comment_count.html index d7d8e37..5ad155a 100644 --- a/site/_includes/comment_count.html +++ b/site/_includes/comment_count.html @@ -1,9 +1,9 @@ <script type="text/javascript"> /* * * DON'T EDIT BELOW THIS LINE * * */ - (function () { + <!--(function () { var s = document.createElement('script'); s.async = true; s.type = 'text/javascript'; s.src = '//{{ site.disqus.name }}.disqus.com/count.js'; (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s); - }()); + }());--> </script> |