From 644acbfe2f526f7aa55d48f252d54b996249a1c9 Mon Sep 17 00:00:00 2001 From: kthoden Date: Tue, 8 Sep 2020 12:14:44 +0200 Subject: [PATCH] Add template for HTML documentation to go back to main page Signed-off-by: kthoden --- docs/_templates/layout.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/_templates/layout.html diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html new file mode 100644 index 0000000..678a5b9 --- /dev/null +++ b/docs/_templates/layout.html @@ -0,0 +1,11 @@ +{% extends '!layout.html' %} + +{%- block header %} + {%- if theme_showheader|tobool %} + + {%- endif %} +{%- endblock %}