Favicon shown only for 404 pages

I put favicon.ico in themes/sodium/static.
Why is the icon shown only for 404 pages or sitemap.xml?

With that amount of information and sample links you are providing my guess would be that the favicon is linked differently in the HTML header of the theme and the 404 and sitemap files don’t define a favicon which leads to the browser looking in the root of the website for a file named favicon.(ico|png|gif).

1 Like

if favicon don’t sit in the root, you have to include meta information for it!
https://www.w3.org/2005/10/howto-favicon

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.