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:30:48 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-29 11:30:48 +0200
commit34d79e45dcce1ba2d4dfbe0099187b2518be9ad1 (patch)
treed560b79fe22b2cd418ade8ed9e345fea849c97ef /taler_sphinx_theme/guzzle_sphinx_theme/comments.html
parent41a69cdd83eea8b8a8343a76af4569f29aae8d19 (diff)
downloaddocs-34d79e45dcce1ba2d4dfbe0099187b2518be9ad1.tar.gz
docs-34d79e45dcce1ba2d4dfbe0099187b2518be9ad1.tar.bz2
docs-34d79e45dcce1ba2d4dfbe0099187b2518be9ad1.zip
theming
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, 16 insertions, 0 deletions
diff --git a/taler_sphinx_theme/guzzle_sphinx_theme/comments.html b/taler_sphinx_theme/guzzle_sphinx_theme/comments.html
new file mode 100644
index 00000000..42a95fb9
--- /dev/null
+++ b/taler_sphinx_theme/guzzle_sphinx_theme/comments.html
@@ -0,0 +1,16 @@
+{% 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 %}