Skip to content

Commit

Permalink
Updated html.json link:favicon to conform to MDN (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuvamGupta authored Oct 17, 2024
1 parent a96c77a commit 54dbbe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snippets/html.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"link": "link[rel=stylesheet href]/",
"link:css": "link[href='${1:style}.css']",
"link:print": "link[href='${1:print}.css' media=print]",
"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}']",
"link:mf|link:manifest": "link[rel='manifest' href='${1:manifest.json}']",
"link:touch": "link[rel=apple-touch-icon href='${1:favicon.png}']",
"link:rss": "link[rel=alternate type=application/rss+xml title=RSS href='${1:rss.xml}']",
Expand Down

0 comments on commit 54dbbe4

Please sign in to comment.