diff options
author | chriseth <chris@ethereum.org> | 2018-06-06 23:21:15 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-06 23:21:15 +0800 |
commit | 36e34e59a69fc5c72e169156ef16600d5ba6d606 (patch) | |
tree | 7124e04a54106c09b97409b6678b22815d40377d | |
parent | 59b35fa5b21c444bce5d28b2388ef8b4f7bae929 (diff) | |
parent | 480e73d92e7c5bc9d8f9a71e3421e37411a74df1 (diff) | |
download | dexon-solidity-36e34e59a69fc5c72e169156ef16600d5ba6d606.tar dexon-solidity-36e34e59a69fc5c72e169156ef16600d5ba6d606.tar.gz dexon-solidity-36e34e59a69fc5c72e169156ef16600d5ba6d606.tar.bz2 dexon-solidity-36e34e59a69fc5c72e169156ef16600d5ba6d606.tar.lz dexon-solidity-36e34e59a69fc5c72e169156ef16600d5ba6d606.tar.xz dexon-solidity-36e34e59a69fc5c72e169156ef16600d5ba6d606.tar.zst dexon-solidity-36e34e59a69fc5c72e169156ef16600d5ba6d606.zip |
Merge pull request #4237 from dilatebrave/pull4196
doc: put the index at the bottom
-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 %} |