The navigation_root_url in a multilingual site as used in
https://github.com/plone/plone.app.layout/blob/master/plone/app/layout/links/viewlets.py#L80
will not provide a canonical URL such as https://www.example.org/favicon.ico
instead, it includes the language, like https://www.example.org/de/favicon.ico
Given that we can only customize a single favicon for the site as a whole, I believe that site_url should be used instead:
https://github.com/plone/plone.app.layout/blob/master/plone/app/layout/viewlets/common.py#L64
See also #288
The
navigation_root_urlin a multilingual site as used inhttps://github.com/plone/plone.app.layout/blob/master/plone/app/layout/links/viewlets.py#L80
will not provide a canonical URL such as https://www.example.org/favicon.ico
instead, it includes the language, like https://www.example.org/de/favicon.ico
Given that we can only customize a single favicon for the site as a whole, I believe that
site_urlshould be used instead:https://github.com/plone/plone.app.layout/blob/master/plone/app/layout/viewlets/common.py#L64
See also #288