diff options
-rw-r--r-- | docs/_templates/layout.html | 6 |
1 files changed, 6 insertions, 0 deletions
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 %} + <a href="genindex.html">Keyword Index</a> + {{ super() }} + {% endblock %} |