In the docs it says: `wiki:favicon.png/svg – favicon fallback` https://www.dokuwiki.org/template:sprintdoc?s[]=svg#logos But, when uploading favicon.svg to: `dokuwiki/data/media/wiki`, no favicon is shown in the browser tab. I added: `'wiki:favicon.svg',` to each `'href' => array()` in: https://codesearch.dokuwiki.org/xref/template/sprintdoc/tpl/favicon_tiles.php#20 Now, favicon.svg is shown as expected.