summaryrefslogtreecommitdiff
path: root/docs/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/layout.html')
-rw-r--r--docs/layout.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/layout.html b/docs/layout.html
new file mode 100644
index 0000000..930a6a7
--- /dev/null
+++ b/docs/layout.html
@@ -0,0 +1,15 @@
+{% extends "!layout.html" %}
+
+{% block relbar1 %}
+ <a href="../man/systemd.index.html">Index </a>·
+ <a href="../man/systemd.directives.html">Directives </a>·
+ <a href="index.html">Python </a>·
+ <span style="float:right">systemd {{release}}</span>
+ <hr />
+{% endblock %}
+
+{# remove the lower relbar #}
+{% block relbar2 %} {% endblock %}
+
+{# remove the footer #}
+{% block footer %} {% endblock %}