File tree 1 file changed +3
-3
lines changed
src/librustdoc/html/templates
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 108
108
data-search-js ="{{static_root_path | safe}}search{{page.resource_suffix}}.js "> {#- -#}
109
109
</ div >
110
110
< script src ="{{static_root_path | safe}}main{{page.resource_suffix}}.js "> </ script > {#- -#}
111
- {%- if layout.scrape_examples_extension -%}
112
- < script src ="{{static_root_path | safe}}scrape-examples{{page.resource_suffix}}.js "> </ script > {#- -#}
113
- {%- endif -%}
114
111
{%- for script in page.static_extra_scripts -%}
115
112
< script src ="{{static_root_path | safe}}{{script}}.js "> </ script > {#- -#}
116
113
{% endfor %}
114
+ {%- if layout.scrape_examples_extension -%}
115
+ < script src ="{{page.root_path | safe}}scrape-examples{{page.resource_suffix}}.js "> </ script > {#- -#}
116
+ {%- endif -%}
117
117
{%- for script in page.extra_scripts -%}
118
118
< script src ="{{page.root_path | safe}}{{script}}.js "> </ script > {#- -#}
119
119
{% endfor %}
You can’t perform that action at this time.
0 commit comments