aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/_templates/layout.html
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-02-12 02:46:42 -0500
committerMarti Bolivar <mbolivar@leaflabs.com>2011-02-12 02:46:42 -0500
commitdba5b94ff3d1a5b9929abee53d6777128a5acc48 (patch)
treec582bde80eb2e3bf1f6fdfd8dbc92a9fc6f05abe /docs/source/_templates/layout.html
parentbfd249d2bbcd2c7868605e85358d6963548cf749 (diff)
downloadlibrambutan-dba5b94ff3d1a5b9929abee53d6777128a5acc48.tar.gz
librambutan-dba5b94ff3d1a5b9929abee53d6777128a5acc48.zip
Reorganized docs index for more readability, added information about
Maple hardware and design files. Other tweaks and improvements.
Diffstat (limited to 'docs/source/_templates/layout.html')
-rw-r--r--docs/source/_templates/layout.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/source/_templates/layout.html b/docs/source/_templates/layout.html
index bf05832..93547f0 100644
--- a/docs/source/_templates/layout.html
+++ b/docs/source/_templates/layout.html
@@ -1,6 +1,5 @@
{% extends "!layout.html" %}
{% block rootrellink %}
- <li><a href="http://leaflabs.com">LeafLabs</a> |</li>
- <li><a href="index.html">Docs Home</a> |</li>
+ <li><a href="http://leaflabs.com/">LeafLabs</a> |</li>
{{ super() }}
{% endblock %}