File tree 1 file changed +2
-2
lines changed
src/librustdoc/html/templates
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 31
31
{%- if layout.favicon -%}
32
32
< link rel ="shortcut icon " href ="{{layout.favicon}} "> {#- -#}
33
33
{%- else -%}
34
- < link rel ="icon " type ="image/svg+xml " {# -#}
35
- href ="{{static_root_path | safe}}favicon{{page.resource_suffix}}.svg "> {#- -#}
36
34
< link rel ="alternate icon " type ="image/png " {# -#}
37
35
href ="{{static_root_path | safe}}favicon-16x16{{page.resource_suffix}}.png "> {#- -#}
38
36
< link rel ="alternate icon " type ="image/png " {# -#}
39
37
href ="{{static_root_path | safe}}favicon-32x32{{page.resource_suffix}}.png "> {#- -#}
38
+ < link rel ="icon " type ="image/svg+xml " {# -#}
39
+ href ="{{static_root_path | safe}}favicon{{page.resource_suffix}}.svg "> {#- -#}
40
40
{%- endif -%}
41
41
{{- layout.external_html.in_header | safe -}}
42
42
< style type ="text/css "> {# - - # }
You can’t perform that action at this time.
0 commit comments