diff options
author | taitt <taitt@vng.com.vn> | 2018-05-28 11:51:33 +0800 |
---|---|---|
committer | taitt <taitt@vng.com.vn> | 2018-05-28 11:54:34 +0800 |
commit | 08342f6d8389c4c31fe9335b9002f82ef73b4639 (patch) | |
tree | f8a08c7a79c6c50e5bb42589f8ae77edbdacd742 /docs/_templates | |
parent | f5f1bec75995c8e1025750df149c08e3287f7bcb (diff) | |
download | dexon-solidity-08342f6d8389c4c31fe9335b9002f82ef73b4639.tar.gz dexon-solidity-08342f6d8389c4c31fe9335b9002f82ef73b4639.tar.zst dexon-solidity-08342f6d8389c4c31fe9335b9002f82ef73b4639.zip |
doc: making the index appear on the left pane
Diffstat (limited to 'docs/_templates')
-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 %} |