We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 908516f commit a4c2d4fCopy full SHA for a4c2d4f
docs_theme/main.html
@@ -91,12 +91,12 @@ <h3 id="myModalLabel">Documentation search</h3>
91
92
{% for toc_item in page.toc %}
93
<li class="{% if page and not page.is_homepage %}main{% endif %}">
94
- <a href="{{ toc_item.url|url }}">{{ toc_item.title }}</a>
+ <a href="{{ toc_item.url }}">{{ toc_item.title }}</a>
95
</li>
96
97
{% for toc_item in toc_item.children %}
98
<li>
99
100
101
{% endfor %}
102
0 commit comments