8000 Update prev_next_page.html · jinja2cpp/jinja2cpp.github.io@90dc6fe · GitHub
[go: up one dir, main page]

Skip to content

Commit 90dc6fe

Browse files
authored
Update prev_next_page.html
1 parent b6ed296 commit 90dc6fe

File tree

1 file changed

+0
-3
lines changed

_layouts/prev_next_page.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
{% assign current = child %}
2020
{% if child.title == page.parent %}
2121
{% assign parent_page = child %}
22-
parent.nav_order (1) = {{ parent_page.nav_order }}<br/>
23-
parent.url (1) = {{ parent_page.url }}<br/>
24-
parent.title (1) = {{ parent_page.title }}<br/>
2522
{% endif %}
2623
{% if child.parent == page.parent and child.title == page.title %}
2724
{% assign cur_page = child %}

0 commit comments

Comments
 (0)
0