summaryrefslogtreecommitdiff
path: root/_includes/disqus.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/disqus.html')
-rw-r--r--_includes/disqus.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/_includes/disqus.html b/_includes/disqus.html
deleted file mode 100644
index fce7455..0000000
--- a/_includes/disqus.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<div id="disqus_thread">
- <script type="text/javascript">
- /**
- * var disqus_identifier; [Optional but recommended: Define a unique identifier (e.g. post id or slug) for this thread]
- */
- (function() {
- var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
- dsq.src = 'http://lumberjaph.disqus.com/embed.js';
- (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
- })();
- </script>
- <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript=lumberjaph">comments powered by Disqus.</a></noscript>
- <a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
- <script type="text/javascript">
- var disqus_shortname = 'lumberjaph';
- (function () {
- var s = document.createElement('script'); s.async = true;
- s.src = 'http://disqus.com/forums/lumberjaph/count.js';
- (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
- }());
- </script>
-</div>