From 11573d0fca18ef2ccd965ab67d419afd48b7cef2 Mon Sep 17 00:00:00 2001 From: Hanna Mendes Levitin Date: Thu, 2 Dec 2010 22:38:45 -0500 Subject: side reorder, home link, template mod to add rel bar links --- source/_templates/layout.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 source/_templates/layout.html (limited to 'source/_templates/layout.html') 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 %} +
  • LeafLabs |
  • +
  • Docs Home |
  • + {{ super() }} +{% endblock %} \ No newline at end of file -- cgit v1.2.3