File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 103
103
< li id ="btnvpr "> < a href ="{{ prev.link|e }} " title ="Previous Section: {{ prev.title|striptags|e }} "> < {{ prev.title|striptags|e }}</ a > </ li >
104
104
{%- endif %}
105
105
{%- if parents %}
106
- < li id ="btnvup "> < a href ="{{ parents[0 ].link|e }} " title ="Parent Section: {{ parents[0 ].title|striptags|e }} " > /\ {{ parents[0 ].title|striptags|e }}</ a > </ li >
106
+ < li id ="btnvup "> < a href ="{{ parents[-1 ].link|e }} " title ="Parent Section: {{ parents[-1 ].title|striptags|e }} " > /\ {{ parents[-1 ].title|striptags|e }}</ a > </ li >
107
107
{%- endif %}
108
108
{%- if next %}
109
109
< li id ="btnvnx "> < a href ="{{ next.link|e }} " title ="Next Section: {{ next.title|striptags|e }} "> {{ next.title|striptags|e }} ></ a > </ li >
You can’t perform that action at this time.
0 commit comments