From b0dc44428e526d67cddcd2ebf9d43565098850cb Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Wed, 10 Feb 2016 19:42:41 +0100 Subject: fix #823 --- docs/_templates/layout.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/_templates/layout.html (limited to 'docs/_templates/layout.html') diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html new file mode 100644 index 00000000..b5738862 --- /dev/null +++ b/docs/_templates/layout.html @@ -0,0 +1,10 @@ +{% extends "!layout.html" %} +{% block sidebartitle %} + + + + {{ super() }} +{% endblock %} \ No newline at end of file -- cgit v1.2.3