diff options
author | taitt <taitt@vng.com.vn> | 2018-06-06 18:02:38 +0800 |
---|---|---|
committer | taitt <taitt@vng.com.vn> | 2018-06-06 18:02:38 +0800 |
commit | 480e73d92e7c5bc9d8f9a71e3421e37411a74df1 (patch) | |
tree | 7124e04a54106c09b97409b6678b22815d40377d /docs/_templates | |
parent | 59b35fa5b21c444bce5d28b2388ef8b4f7bae929 (diff) | |
download | dexon-solidity-480e73d92e7c5bc9d8f9a71e3421e37411a74df1.tar.gz dexon-solidity-480e73d92e7c5bc9d8f9a71e3421e37411a74df1.tar.zst dexon-solidity-480e73d92e7c5bc9d8f9a71e3421e37411a74df1.zip |
doc: put the index at the bottom
Diffstat (limited to 'docs/_templates')
-rw-r--r-- | docs/_templates/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index c5886276..1db4ef92 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -1,6 +1,6 @@ {% extends "!layout.html" %} {% block menu %} - <a href="genindex.html">Keyword Index</a> {{ super() }} + <a href="genindex.html">Keyword Index</a> {% endblock %} |