Skip to content

Commit

Permalink
Remove shortcut from favicon link
Browse files Browse the repository at this point in the history
As explained in [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel), 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.

This PR might solve #115
  • Loading branch information
mohammad7t authored Nov 7, 2021
1 parent b6c6aa6 commit f0df0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tuna/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>tuna - ${filename}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<link rel="shortcut icon" type="image/png" href="static/favicon256.png" />
<link rel="icon" type="image/png" href="static/favicon256.png" />

<link href="static/tuna.css" rel="stylesheet" />
<link rel="stylesheet" href="static/bootstrap.min.css" />
Expand Down

0 comments on commit f0df0c9

Please sign in to comment.