summaryrefslogtreecommitdiff
path: root/_includes/disqus.html
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2013-09-15 10:45:41 -0700
committerFranck Cuny <franck.cuny@gmail.com>2013-09-15 10:45:41 -0700
commitf23d4c09210e8bf34e1f51d1e196e784ff9979d0 (patch)
tree4dbfbd5c9407d3b74dd4710c0b6cf81bb6672673 /_includes/disqus.html
parenttwo new drafts articles (diff)
downloadlumberjaph-f23d4c09210e8bf34e1f51d1e196e784ff9979d0.tar.gz
Another big layout/design change.
Diffstat (limited to '')
-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>