You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% for item in tree %}{% if item.heading %}{% else %}{% if item.sectiontitle %}<liclass="leaf menu-closed"><ahref="javascript:void(0)" class="expand-menu "><spanclass="menu-icon" aria-hidden="true"></span>{{ item.sectiontitle }}</a>
1
+
{% for item in tree %}{% if item.sectiontitle %}{% capture treeString %}{{ item.section | downcase }}{% endcapture %}{% capture pageURLString %}"{{ page.url }}"{% endcapture %}
0 commit comments