aboutsummaryrefslogtreecommitdiffstats
path: root/site/_includes/comment_count.html
blob: d7d8e37d592df014fd2c03de70758a796a7c9686 (plain)
1
2
3
4
5
6
7
8
9
<script type="text/javascript">
    /* * * DON'T EDIT BELOW THIS LINE * * */
    (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>