We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a96c77a commit 54dbbe4Copy full SHA for 54dbbe4
src/snippets/html.json
@@ -18,7 +18,7 @@
18
"link": "link[rel=stylesheet href]/",
19
"link:css": "link[href='${1:style}.css']",
20
"link:print": "link[href='${1:print}.css' media=print]",
21
- "link:favicon": "link[rel='shortcut icon' type=image/x-icon href='${1:favicon.ico}']",
+ "link:favicon": "link[rel='icon' type=image/x-icon href='${1:favicon.ico}']",
22
"link:mf|link:manifest": "link[rel='manifest' href='${1:manifest.json}']",
23
"link:touch": "link[rel=apple-touch-icon href='${1:favicon.png}']",
24
"link:rss": "link[rel=alternate type=application/rss+xml title=RSS href='${1:rss.xml}']",
0 commit comments