]> git.donarmstrong.com Git - neurodebian.git/commitdiff
Added relbar link to comments on every page
authorMichael Hanke <michael.hanke@gmail.com>
Mon, 25 Oct 2010 12:36:51 +0000 (08:36 -0400)
committerMichael Hanke <michael.hanke@gmail.com>
Mon, 25 Oct 2010 12:36:51 +0000 (08:36 -0400)
sphinx/_templates/layout.html
sphinx/_templates/page.html

index 2c758c94080124056ae6ab6f1b9068e4c725746d..98406af6902966acec550a9ae342929b429a4269 100644 (file)
   <li><a href="{{ pathto('testimonials') }}">Testimonials</a> &nbsp;</li>
 {% endblock %}
 
+{% block relbaritems %}
+<li class="right"><a href="#disqus_thread">Comments</a>&nbsp;|</li>
+{% endblock %}
+
 {% block sidebar1 %}{% endblock %}
 
 {% block sidebar2 %}
index 9add6e2828e3d95b36abfc16e5d940a1165ff3c6..967a0a2f13ffdc1f647933ce7f43d95cc4a34259 100644 (file)
 </script>
 <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript=neurodebian">comments powered by Disqus.</a></noscript>
 <a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
+
+<script type="text/javascript">
+var disqus_shortname = 'neurodebian';
+(function () {
+  var s = document.createElement('script'); s.async = true;
+  s.src = 'http://disqus.com/forums/neurodebian/count.js';
+  (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
+}());
+</script>
 {% endblock %}