File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 114
114
</ div >
115
115
</ div >
116
116
{%- endmacro %}
117
-
117
+ {%- macro render_nextprev() %}
118
+ < div id ="btnv ">
119
+ < ul id ="btnvl ">
120
+ {%- if prev %}
121
+ < li id ="btnvpr "> < a href ="{{ prev.link|e }} " title ="Previous Section: {{ prev.title|striptags|e }} "> < {{ prev.title|striptags|e }}</ a > </ li >
122
+ {%- endif %}
123
+ {%- if parents %}
124
+ < li id ="btnvup "> < a href ="{{ parents[0].link|e }} " title ="Parent Section: {{ parents[0].title|striptags|e }} " > /\ {{ parents[0].title|striptags|e }}</ a > </ li >
125
+ {%- endif %}
126
+ {%- if next %}
127
+ < li id ="btnvnx "> < a href ="{{ next.link|e }} " title ="Next Section: {{ next.title|striptags|e }} "> {{ next.title|striptags|e }} ></ a > </ li >
128
+ {%- endif %}
129
+ </ ul >
130
+ </ div >
131
+ {% endmacro -%}
118
132
< html xmlns ="http://www.w3.org/1999/xhtml ">
119
133
< head >
120
134
{%- block htmltitle %}
207
221
< div class ="body ">
208
222
< div id ="cse-results "> < gcse:searchresults > </ gcse:searchresults > </ div >
209
223
{% block body %} {% endblock %}
224
+ {{- render_nextprev() -}}
210
225
</ div >
211
226
{%- if render_sidebar %}
212
227
</ div >
You can’t perform that action at this time.
0 commit comments