aboutsummaryrefslogtreecommitdiffstats
path: root/cebong/templates/disqus_script.html
blob: 23ec532a9bf73ea07bbf3b50a7b604483368744d (plain)
1
2
3
4
5
6
7
8
9
10
11
{% if DISQUS_SITENAME %}
<script type="text/javascript">
    var disqus_shortname = '{{ DISQUS_SITENAME }}';
    (function () {
        var s = document.createElement('script'); s.async = true;
        s.type = 'text/javascript';
        s.src = 'https://' + disqus_shortname + '.disqus.com/count.js';
        (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
    }());
</script>
{% endif %}