Hey @mad đź‘‹
I am trying to implement favicon.svg with fallback to favicon.ico.
Now I use this in “Items Header”:
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="manifest" href="/manifest.webmanifest">
But it’s strange — on some page it works while on the other it shows default (hardcoded somwhere?) automad favicon — “black circle”.
Can you please tell me how can I make it work?
upd: I figured it out. Kinda. I’ve cleaned cache and cache folder but it doesn’t help — still the same default “black circle” favicon. But if I delete and recreate the page as new then favicon.svg starts to show just as expected. Strange. It looks like automad caches that old page somewhere else not only in “cache folder”. Is it a bug?