]> git.donarmstrong.com Git - neurodebian.git/blob - sphinx/_templates/page.html
Enabled Disqus comments on every page.
[neurodebian.git] / sphinx / _templates / page.html
1 {% extends "basic/page.html" %}
2
3 {% block body %}
4 <!-- HEADNOTES -->
5 {{ super() }}
6
7
8 <h2>Comments</h2>
9 <div id="disqus_thread"></div>
10 <script type="text/javascript">
11   /**
12     * var disqus_identifier; [Optional but recommended: Define a unique identifier (e.g. post id or slug) for this thread] 
13     */
14   (function() {
15    var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
16    dsq.src = 'http://neurodebian.disqus.com/embed.js';
17    (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
18   })();
19 </script>
20 <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript=neurodebian">comments powered by Disqus.</a></noscript>
21 <a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
22 {% endblock %}