Problem
Only favicon.ico is linked from the layout; assets/images/favicon.svg is dead weight in the repo and gets published to the live site unused.
Proposal
Either reference it (<link rel="icon" type="image/svg+xml" …> — modern browsers prefer SVG favicons) or delete it.
Please read how to contribute
Problem
Only
favicon.icois linked from the layout;assets/images/favicon.svgis dead weight in the repo and gets published to the live site unused.Proposal
Either reference it (
<link rel="icon" type="image/svg+xml" …>— modern browsers prefer SVG favicons) or delete it.Please read how to contribute