]> git.donarmstrong.com Git - neurodebian.git/blobdiff - sphinx/_templates/layout.html
Merge remote branch 'neurolego/master'
[neurodebian.git] / sphinx / _templates / layout.html
index e99d5520437262884a516a3172bb0cbb5ff7d665..98406af6902966acec550a9ae342929b429a4269 100644 (file)
@@ -5,10 +5,16 @@
 {% endblock %}
 
 {% block rootrellink %}
-  <li><a href="http://www.debian.org" target="_blank">Debian</a> |&nbsp;</li>
-  <li><a href="{{ pathto('index') }}">Neuroscience Repository</a> &raquo;</li>
-  <li><a href="{{ pathto('pkgs') }}">Package list</a> &raquo;</li>
-  <li><a href="{{ pathto('faq') }}">FAQ</a></li>
+  <li><a href="http://www.debian.org" target="_blank">Debian</a> ||&nbsp;</li>
+  <li><a href="{{ pathto('index') }}">Neuroscience Repository</a> :&nbsp;</li>
+  <li><a href="{{ pathto('pkgs') }}">Software</a> |&nbsp;</li>
+  <li><a href="{{ pathto('datasets') }}">Datasets</a> |&nbsp;</li>
+  <li><a href="{{ pathto('faq') }}">FAQ</a> |&nbsp;</li>
+  <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 %}