File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/librustdoc/html/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3131 {%- if layout.favicon -%}
3232 < link rel ="shortcut icon " href ="{{layout.favicon}} "> {#- -#}
3333 {%- else -%}
34- < link rel ="icon " type ="image/svg+xml " {# -#}
35- href ="{{static_root_path | safe}}favicon{{page.resource_suffix}}.svg "> {#- -#}
3634 < link rel ="alternate icon " type ="image/png " {# -#}
3735 href ="{{static_root_path | safe}}favicon-16x16{{page.resource_suffix}}.png "> {#- -#}
3836 < link rel ="alternate icon " type ="image/png " {# -#}
3937 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 "> {#- -#}
4040 {%- endif -%}
4141 {{- layout.external_html.in_header | safe -}}
4242 < style type ="text/css "> {# - - # }
You can’t perform that action at this time.
0 commit comments