Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 995d0e5

Browse files
committed
[docs] Use subitem in new nav generation
1 parent ce03543 commit 995d0e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_includes/nav_docs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h3>{{ section.title }}</h3>
1111
<ul>
1212
{% for subitem in item.subitems %}
1313
<li>
14-
{{ item | sidebar_item_link}}
14+
{{ subitem | sidebar_item_link}}
1515
</li>
1616
{% endfor %}
1717
</ul>

0 commit comments

Comments
 (0)