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