mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-16 12:43:30 +08:00
Use pathto() on the genindex URL to make it relative.
This commit is contained in:
@@ -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'] %}
|
||||
|
Reference in New Issue
Block a user