According to https://html.spec.whatwg.org/multipage/links.html#rel-icon: > For historical reasons, the `icon` keyword may be preceded by > the keyword "`shortcut`". And to https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types: > **Warning:** The `shortcut` link type is often seen before `icon`, > but this link type is non-conforming, ignored and **web authors > must not use it anymore.** Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
2 lines
109 B
HTML
2 lines
109 B
HTML
<meta name="robots" content="noindex,follow">
|
|
<link rel="icon" href="https://www.rust-lang.org/favicon.ico">
|