diff options
Diffstat (limited to 'source/_templates/layout.html')
-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 |