diff options
author | Hanna Mendes Levitin <hanna@anomaly-3.(none)> | 2010-12-02 22:38:45 -0500 |
---|---|---|
committer | Hanna Mendes Levitin <hanna@anomaly-3.(none)> | 2010-12-02 22:38:45 -0500 |
commit | e5b1e44a8ae8c593456f4b4734f05c9065f6f07b (patch) | |
tree | aaddf79f724a615ca2835746d267a465d8ef33c8 /docs/source/_templates | |
parent | a0549b4a15a7093f990fffa4bc1d2d52ec1c16e2 (diff) | |
download | librambutan-e5b1e44a8ae8c593456f4b4734f05c9065f6f07b.tar.gz librambutan-e5b1e44a8ae8c593456f4b4734f05c9065f6f07b.zip |
side reorder, home link, template mod to add rel bar links
Diffstat (limited to 'docs/source/_templates')
-rw-r--r-- | docs/source/_templates/layout.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/source/_templates/layout.html b/docs/source/_templates/layout.html new file mode 100644 index 0000000..98b3d82 --- /dev/null +++ b/docs/source/_templates/layout.html @@ -0,0 +1,6 @@ +{% extends "!layout.html" %} +{% block rootrellink %} + <li><a href="http://leaflabs.com">LeafLabs</a> |</li> + <li><a href="home.html">Docs Home</a> |</li> + {{ super() }} +{% endblock %}
\ No newline at end of file |