Dynamic favicon#1027
Conversation
|
Thanks for submitting this. From memory the reason I hadn't done anything on the original issue for allowing favicon to be overridden was the uncertainty as to what to do about the fact that many browsers only use Let me review the change, but I may also approach this a different way. One can already from memory provide a html snippet file which is included in the head section, so I am wondering if that can instead be used to override what favicon image is used. The benefit of that approach would be that you could provide the higher resolution images in newer file formats if desired. |
|
I suspect you can do this right now without any changes by using a theme defined in a secret as per docs at: and add Similar thing to This will result in two "shortcut icon" link entries in the HTML |
This PR helps users to change the favicon.
Simply build and deploy it on your educates setup and encode your favorite icon in secret. (wait is that why we call it favicon ?!?!)
You can also embed in the default theme or at the installation step to make it global.
Fixes: #488