Disable disqus too while I'm at it

No more trackers plz
This commit is contained in:
R. Tyler Croy 2018-08-16 10:27:07 -07:00
parent b401619a8e
commit 66ec13cc6d
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 0 additions and 17 deletions

View File

@ -25,20 +25,3 @@ layout: default
</div>
{{ content }}
</div>
<section class="disqus">
<div id="disqus_thread"></div>
<script type="text/javascript">
if (window.location.hostname != 'localhost') {
var disqus_shortname = 'unethicalblogger';
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
}
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</section>