Files
blog_os/layouts/partials/disqus.html
Philipp Oppermann e0ce3a6774 Add disqus comments
2016-04-30 14:30:43 +02:00

18 lines
612 B
HTML

<div id="disqus_thread"></div>
<script>
(function() {
// Don't ever inject Disqus on localhost--it creates unwanted
// discussions from 'localhost:1313' on your Disqus account...
if (window.location.hostname == "localhost")
return;
var d = document, s = d.createElement('script');
s.src = '//phil-opp.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>