Change variable name to stop overwriting section
- Section variable was being overwritten, appended _ to make name diff
This commit is contained in:
parent
db695f5d34
commit
3f58467a8a
1 changed files with 2 additions and 2 deletions
|
@ -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) %}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue