aboutsummaryrefslogtreecommitdiffstats
path: root/source/_templates/layout.html
diff options
context:
space:
mode:
authorHanna Mendes Levitin <hanna@anomaly-3.(none)>2010-12-02 22:38:45 -0500
committerHanna Mendes Levitin <hanna@anomaly-3.(none)>2010-12-02 22:38:45 -0500
commit11573d0fca18ef2ccd965ab67d419afd48b7cef2 (patch)
tree43d3178e54a45b4802b5415e81927a397e546fc5 /source/_templates/layout.html
parent5a7dd1bea32458a4afc038984a903959134b82d3 (diff)
downloadlibrambutan-11573d0fca18ef2ccd965ab67d419afd48b7cef2.tar.gz
librambutan-11573d0fca18ef2ccd965ab67d419afd48b7cef2.zip
side reorder, home link, template mod to add rel bar links
Diffstat (limited to 'source/_templates/layout.html')
-rw-r--r--source/_templates/layout.html6
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