File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,14 @@ <h3>{{ _('Navigation') }}</h3>
26
26
< li class ="nav-item nav-item-{{ loop.index }} "> < a href ="{{ parent.link|e }} " {% if loop.last %}{{ accesskey( "U") }}{% endif %}> {{ parent.title }}</ a > {{ reldelim1 }}</ li >
27
27
{%- endfor %}
28
28
< li class ="nav-item nav-item-this "> < a href ="{{ link|e }} "> {{ title }}</ a > </ li >
29
- {%- block relbaritems %} {% endblock %}
29
+ {% block relbaritems %}
30
+ {%- if pagename != "search" and builder != "singlehtml" and builder != "htmlhelp" %}
31
+ < li class ="right ">
32
+ {{ searchbox() }}
33
+ {{ reldelim2 }}
34
+ </ li >
35
+ {%- endif %}
36
+ {% endblock %}
30
37
</ ul >
31
38
</ div >
32
39
{%- endmacro %}
@@ -47,14 +54,7 @@ <h3>{{ _('Navigation') }}</h3>
47
54
48
55
{% block relbar1 %} {% if builder != 'qthelp' %} {{ relbar() }} {% endif %} {% endblock %}
49
56
{% block relbar2 %} {% if builder != 'qthelp' %} {{ relbar() }} {% endif %} {% endblock %}
50
- {% block relbaritems %}
51
- {%- if pagename != "search" and builder != "singlehtml" and builder != "htmlhelp" %}
52
- < li class ="right ">
53
- {{ searchbox() }}
54
- {{ reldelim2 }}
55
- </ li >
56
- {%- endif %}
57
- {% endblock %}
57
+
58
58
59
59
{%- block extrahead -%}
60
60
< link rel ="shortcut icon " type ="image/png " href ="{{ pathto('_static/' + theme_root_icon, 1) }} " />
You can’t perform that action at this time.
0 commit comments