]> git.donarmstrong.com Git - neurodebian.git/blob - sphinx/_templates/page.html
967a0a2f13ffdc1f647933ce7f43d95cc4a34259
[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
23 <script type="text/javascript">
24 var disqus_shortname = 'neurodebian';
25 (function () {
26   var s = document.createElement('script'); s.async = true;
27   s.src = 'http://disqus.com/forums/neurodebian/count.js';
28   (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
29 }());
30 </script>
31 {% endblock %}