diff options
author | HombreLaser <sebastian-440@live.com> | 2023-08-27 16:39:44 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-08-27 16:39:44 -0600 |
commit | 42706e303bf3536b56c066f26dfe39501ebfadeb (patch) | |
tree | 2123e30a8e6f03ce5e809b7c66af94924631570f /_includes/disqus-counts.html | |
parent | a2a0a2d0e08cee9fb73ee506d9a55ee8ed4625f8 (diff) |
Finishing touches
Diffstat (limited to '_includes/disqus-counts.html')
-rw-r--r-- | _includes/disqus-counts.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/_includes/disqus-counts.html b/_includes/disqus-counts.html deleted file mode 100644 index 0c41e2b..0000000 --- a/_includes/disqus-counts.html +++ /dev/null @@ -1,16 +0,0 @@ -{% if site.comments and site.disqus != '' %} - <script type="text/javascript"> - var disqus_shortname = '{{ site.disqus }}'; - - var disqus_config = function () { - this.page.identifier = '{{ page.url | slugify }}'; - }; - - (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 %} |