File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 3232 FILE_SUFFIX : '{{ file_suffix }}'
3333 } ;
3434 </ script >
35+ {%- if pagename == 'search' %}
36+ {%- for scriptfile in script_files %}
37+ < script type ="text/javascript " src ="{{ pathto(scriptfile, 1) }} "> </ script >
38+ {%- endfor %}
39+ < script type ="text/javascript "> $ ( '#searchbox' ) . show ( 0 ) ; </ script >
40+ {%- endif %}
3541 {%- if pageurl %}
3642 < link rel ="canonical " href ="{{ pageurl|e }} " />
3743 {%- endif %}
6470 < link rel ="prev " title ="{{ prev.title|striptags }} " href ="{{ prev.link|e }} " />
6571 {%- endif %}
6672{%- endblock %}
67- {%- block extrahead %} {% endblock %}
6873 </ head >
6974 < body >
7075 < div id ="skiplink "> < a href ="#main "> Skip to main content</ a > </ div >
138143 integrity ="sha384-QGgNMMRFTi8ul5kHJ+vXysPe8gySvSA/Y3rpXZiRLzKPIw8CWY+a3ObKmQsyDr+a "
139144 async ="" src ="{{ pathto('_static/goatcounter_count.v3.js', 1) }} ">
140145 </ script >
146+ {%- if pagename != 'search' %}
141147 {%- for scriptfile in script_files %}
142148 < script type ="text/javascript " src ="{{ pathto(scriptfile, 1) }} "> </ script >
143149 {%- endfor %}
144150 < script type ="text/javascript "> $ ( '#searchbox' ) . show ( 0 ) ; </ script >
151+ {%- endif %}
152+ {%- block extrahead %} {% endblock %}
153+
145154 </ body >
146155</ html >
You can’t perform that action at this time.
0 commit comments