Skip to content

Commit fafd7cf

Browse files
authored
Update main_statements.md
1 parent 51e7ffa commit fafd7cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/usage/main_statements.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ I.e. left part of this expression (before 'if') is a true-branch of the statemen
7070
{% for child in children_list %}
7171
{% if child = page.parent %}
7272
{% assign parent_page_info = child %}
73+
{% endif %}
7374
{% if child.parent == page.parent and child.title == page.title %}
7475
child.nav_order = {{ child.nav_order }}</br>
7576
child.url = {{ child.url }}</br>

0 commit comments

Comments
 (0)