summaryrefslogtreecommitdiffstats
path: root/doc/_templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/_templates/layout.html')
-rw-r--r--doc/_templates/layout.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
new file mode 100644
index 000000000..ba51646be
--- /dev/null
+++ b/doc/_templates/layout.html
@@ -0,0 +1,17 @@
+{% extends "!layout.html" %}
+
+
+{% block rootrellink %}
+ <li><a href="{{ pathto('index') }}">home</a> |&nbsp;</li>
+ <li><a href="{{ pathto('search') }}">search</a> |&nbsp;</li>
+ <li><a href="{{ pathto('contents') }}">documentation </a> &raquo;</li>
+{% endblock %}
+
+
+{% block relbar1 %}
+
+<div style="text-align: left; padding: 10px 10px 15px 15px">
+<a href="{{ pathto('index') }}"><img src="{{ pathto("_static/bcfg2_logo.png", 1) }}" border="0" alt="sampledoc"/></a>
+</div>
+{{ super() }}
+{% endblock %}