From 08342f6d8389c4c31fe9335b9002f82ef73b4639 Mon Sep 17 00:00:00 2001 From: taitt Date: Mon, 28 May 2018 10:51:33 +0700 Subject: doc: making the index appear on the left pane --- docs/_templates/layout.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/_templates/layout.html (limited to 'docs') diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html new file mode 100644 index 00000000..c5886276 --- /dev/null +++ b/docs/_templates/layout.html @@ -0,0 +1,6 @@ +{% extends "!layout.html" %} + + {% block menu %} + Keyword Index + {{ super() }} + {% endblock %} -- cgit v1.2.3