From 474ba60f0403b6691b1483e3aebbb419c07f4ea1 Mon Sep 17 00:00:00 2001 From: skim Date: Thu, 12 Aug 2021 21:08:14 -0700 Subject: [PATCH] Updates favicon order of precedence as it matters to Chrome --- src/librustdoc/html/templates/page.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/librustdoc/html/templates/page.html b/src/librustdoc/html/templates/page.html index cc9c488db7c..38dc3b30e72 100644 --- a/src/librustdoc/html/templates/page.html +++ b/src/librustdoc/html/templates/page.html @@ -31,12 +31,12 @@ {%- if layout.favicon -%} {#- -#} {%- else -%} - {#- -#} {#- -#} {#- -#} + {#- -#} {%- endif -%} {{- layout.external_html.in_header | safe -}}