summaryrefslogtreecommitdiff
path: root/doc/en/_templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/_templates/layout.html')
-rw-r--r--doc/en/_templates/layout.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/en/_templates/layout.html b/doc/en/_templates/layout.html
new file mode 100644
index 0000000..f25e8c9
--- /dev/null
+++ b/doc/en/_templates/layout.html
@@ -0,0 +1,8 @@
+{% extends "!layout.html" %}
+
+{% block rootrellink %}
+<li><a href="http://bazaar.canonical.com/">
+ <img src="{{ pathto("_static/bzr icon 16.png", 1) }}" /> Home</a>&nbsp;|&nbsp;</li>
+<a href="http://doc.bazaar.canonical.com/en/">Documentation</a>&nbsp;|&nbsp;</li>
+{{ super() }}
+{% endblock %}