We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36328ea + e61c18a commit d0cefa9Copy full SHA for d0cefa9
templates/page-with-toc.html
@@ -9,7 +9,7 @@
9
{% if item.children %}
10
<ul class="toc list-unstyled pl-4">
11
{% for subitem in item.children %}
12
- <li><a href="#{{ item.anchor }}">{{ subitem.title }}</a></li>
+ <li><a href="#{{ subitem.anchor }}">{{ subitem.title }}</a></li>
13
{% endfor %}
14
</ul>
15
{% endif %}
0 commit comments