summaryrefslogtreecommitdiffstats
path: root/common/_templates
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2019-02-14 20:04:28 +1100
committerChris Johns <chrisj@rtems.org>2019-02-15 09:40:50 +1100
commitf7384cc2e20d1e0497bf06f86a2c9d0c5bdde3cc (patch)
tree018d1fdd583fae3096f7c07c2ff91a5bca2922ca /common/_templates
parentcommon/latex.py: Remove hack for CentOS. Use Texlive per instructions. (diff)
downloadrtems-docs-f7384cc2e20d1e0497bf06f86a2c9d0c5bdde3cc.tar.bz2
Use pathto() on the genindex URL to make it relative.
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'] %}