aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authortaitt <taitt@vng.com.vn>2018-06-06 18:02:38 +0800
committertaitt <taitt@vng.com.vn>2018-06-06 18:02:38 +0800
commit480e73d92e7c5bc9d8f9a71e3421e37411a74df1 (patch)
tree7124e04a54106c09b97409b6678b22815d40377d /docs
parent59b35fa5b21c444bce5d28b2388ef8b4f7bae929 (diff)
downloaddexon-solidity-480e73d92e7c5bc9d8f9a71e3421e37411a74df1.tar.gz
dexon-solidity-480e73d92e7c5bc9d8f9a71e3421e37411a74df1.tar.zst
dexon-solidity-480e73d92e7c5bc9d8f9a71e3421e37411a74df1.zip
doc: put the index at the bottom
Diffstat (limited to 'docs')
-rw-r--r--docs/_templates/layout.html2
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 %}