Skip to content

Commit 8bb91f7

Browse files
authored
Update main_statements.md
1 parent 80be9a6 commit 8bb91f7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/usage/main_statements.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ I.e. left part of this expression (before 'if') is a true-branch of the statemen
6868

6969
{% assign children_list = site.pages | sort:"nav_order" %}
7070
{% for child in children_list %}
71-
{% if child == page.parent %}
72-
{% assign parent_page_info = child %}
73-
{% endif %}
7471
{% if child.parent == page.parent and child.title == page.title %}
7572
child.nav_order = {{ child.nav_order }}</br>
7673
child.url = {{ child.url }}</br>

0 commit comments

Comments
 (0)