summaryrefslogtreecommitdiffstats
path: root/common/_templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--common/_templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/_templates/layout.html b/common/_templates/layout.html
index 7a66d8a..ee91611 100644
--- a/common/_templates/layout.html
+++ b/common/_templates/layout.html
@@ -6,7 +6,7 @@
{% endblock %}
{% block menu %}
{{ super() }}
- <a class="reference internal" href="genindex.html">Index</a>
+ <a class="reference internal" href="{{ pathto("genindex") }}"><b>Index</b></a>
{% endblock %}
{# Custom CSS overrides #}
{% set css_files = ['_static/my-styles.css'] %}