We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a979b4a commit ae27c79Copy full SHA for ae27c79
src/librustdoc/html/templates/page.html
@@ -40,7 +40,7 @@
40
{%- endif -%}
41
<script defer src="{{static_root_path|safe}}{{files.main_js}}"></script> {#- -#}
42
{%- if layout.scrape_examples_extension -%}
43
- <script defer src="{{page.root_path|safe}}{{files.scrape_examples_js}}"></script> {#- -#}
+ <script defer src="{{static_root_path|safe}}{{files.scrape_examples_js}}"></script> {#- -#}
44
45
<noscript> {#- -#}
46
<link rel="stylesheet" {# -#}
0 commit comments