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 | 11573d0fca18ef2ccd965ab67d419afd48b7cef2 (patch) | |
tree | 43d3178e54a45b4802b5415e81927a397e546fc5 /source/_templates | |
parent | 5a7dd1bea32458a4afc038984a903959134b82d3 (diff) | |
download | librambutan-11573d0fca18ef2ccd965ab67d419afd48b7cef2.tar.gz librambutan-11573d0fca18ef2ccd965ab67d419afd48b7cef2.zip |
side reorder, home link, template mod to add rel bar links
Diffstat (limited to 'source/_templates')
-rw-r--r-- | source/_templates/layout.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source/_templates/layout.html b/source/_templates/layout.html new file mode 100644 index 0000000..98b3d82 --- /dev/null +++ b/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 |