mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-01-23 06:08:34 +01:00
13 lines
453 B
HTML
13 lines
453 B
HTML
{% if site.comments == true and site.disqus != '' %}
|
|
<script type="text/javascript">
|
|
var disqus_shortname = '{{ site.disqus }}';
|
|
|
|
(function () {
|
|
var s = document.createElement('script'); s.async = true;
|
|
s.type = 'text/javascript';
|
|
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
|
|
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
|
|
}());
|
|
</script>
|
|
{% endif %}
|