Change variable name to stop overwriting section

- Section variable was being overwritten, appended _ to make name diff
This commit is contained in:
Che 2022-05-29 04:41:19 -04:00
parent db695f5d34
commit 3f58467a8a
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@
<a href="javascript:void(0);" onclick="burger()" id="mobile" class="ms-Icon--GlobalNavButton"></a>
<div id="trees">
{% set section = get_section(path="_index.md") %}
{% for p in section.subsections %}
{% set section_ = get_section(path="_index.md") %}
{% for p in section_.subsections %}
{% set subsection = get_section(path=p) %}