File tree 1 file changed +4
-4
lines changed
src/librustdoc/html/templates
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
< link rel ="preload " as ="font " type ="font/woff2 " crossorigin href ="{{static_root_path|safe}}SourceCodePro-Regular.ttf.woff2 "> {#- -#}
14
14
< link rel ="preload " as ="font " type ="font/woff2 " crossorigin href ="{{static_root_path|safe}}SourceSerif4-Bold.ttf.woff2 "> {#- -#}
15
15
< link rel ="preload " as ="font " type ="font/woff2 " crossorigin href ="{{static_root_path|safe}}SourceCodePro-Semibold.ttf.woff2 "> {#- -#}
16
- < link rel ="stylesheet " type =" text/css " {# -#}
16
+ < link rel ="stylesheet " {# -#}
17
17
href ="{{static_root_path|safe}}normalize{{page.resource_suffix}}.css "> {#- -#}
18
- < link rel ="stylesheet " type =" text/css " {# -#}
18
+ < link rel ="stylesheet " {# -#}
19
19
href ="{{static_root_path|safe}}rustdoc{{page.resource_suffix}}.css " {# -#}
20
20
id ="mainThemeStyle "> {#- -#}
21
21
{%- for theme in themes -%}
22
- < link rel ="stylesheet " type =" text/css " {# -#}
22
+ < link rel ="stylesheet " {# -#}
23
23
href ="{{static_root_path|safe}}{{theme}}{{page.resource_suffix}}.css " {# -#}
24
24
{%- if theme == "light " -%}
25
25
id ="themeStyle "
51
51
href ="{{static_root_path|safe}}noscript{{page.resource_suffix}}.css "> {#- -#}
52
52
</ noscript > {#- -#}
53
53
{%- if layout.css_file_extension.is_some() -%}
54
- < link rel ="stylesheet " type =" text/css " {# -#}
54
+ < link rel ="stylesheet " {# -#}
55
55
href ="{{static_root_path|safe}}theme{{page.resource_suffix}}.css "> {#- -#}
56
56
{%- endif -%}
57
57
{%- if !layout.favicon.is_empty() -%}
You can’t perform that action at this time.
0 commit comments