- Issue created by @FeyP
- πΊπΈUnited States damienmckenna NH, USA
Nice!
Let's add this to the 2.2.0 release.
Many modern browsers now support SVG favicons, which have the benefit of more easily supporting higher resolutions or larger icons. It would be nice to add support for this tag to the Favicons submodule. This could then be combined with using more traditional icon tags already supported by Metatag to provide suitable fallbacks to older browsers.
Add an svg_icon
plugin to metatag_favicons
module. The plugin asks the user to input a path to an SVG image and produces the following HTML output with a weight of 2
: <link rel="icon" href="/path/to/favicon.svg" type="image/svg+xml">
.
Adds a new "SVG icon" metatag to the "Favicons & touch icons" group.
None.
New svg_icon
metatag added to schema of metatag_favicons
.
Active
2.1
Other tags
Nice!
Let's add this to the 2.2.0 release.