summaryrefslogtreecommitdiff
path: root/taler_sphinx_theme/guzzle_sphinx_theme/comments.html
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-29 11:44:18 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-29 11:44:18 +0200
commitc3a6698c48f315e124bfd89bbb98564966f89434 (patch)
tree4687fbdec2523a6070108c83a0a463d76aff50f0 /taler_sphinx_theme/guzzle_sphinx_theme/comments.html
parent34d79e45dcce1ba2d4dfbe0099187b2518be9ad1 (diff)
downloaddocs-c3a6698c48f315e124bfd89bbb98564966f89434.tar.gz
docs-c3a6698c48f315e124bfd89bbb98564966f89434.tar.bz2
docs-c3a6698c48f315e124bfd89bbb98564966f89434.zip
structure
Diffstat (limited to 'taler_sphinx_theme/guzzle_sphinx_theme/comments.html')
-rw-r--r--taler_sphinx_theme/guzzle_sphinx_theme/comments.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/taler_sphinx_theme/guzzle_sphinx_theme/comments.html b/taler_sphinx_theme/guzzle_sphinx_theme/comments.html
deleted file mode 100644
index 42a95fb9..00000000
--- a/taler_sphinx_theme/guzzle_sphinx_theme/comments.html
+++ /dev/null
@@ -1,16 +0,0 @@
-{% if theme_disqus_comments_shortname %}
-<div id="comments">
- <div id="disqus_thread"></div>
- <script type="text/javascript">
- var disqus_shortname = '{{ theme_disqus_comments_shortname }}';
- var disqus_identifier = '{{ pagename }}';
- (function() {
- var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
- dsq.src = 'http://' + 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="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
- <a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
-</div>
-{% endif %}