Task #2143
closed
Replacing favicon for LibreOffice Extensions and Templates website
Added by Krasnaya Ploshchad’ about 8 years ago.
Updated about 8 years ago.
Description
LibreOffice Extensions and Templates website have been rewrite in Dec. 2016 based on Plone, but the favicon is also replaced by default Plone icon, this should replaced by LibreOffice icon as LibreOffice website used.
- Assignee set to Andreas Mantke
Indeed - Andreas, do you know how to fix that quickly maybe? ;-)
- Status changed from New to Resolved
instead of fiddling with plone's template/finding out where the icon is defined, I added a location = /favicon.ico block to nginx config. (and set root to /var/www/html, where I did put the favicon.ico)
Andreas just poked me and wants to fix it in the Plone template itself -
sorry for the double work (and thanks so much for jumping in!), but can
you maybe reverse your change?
The favicon have been replaced as expected, yay!
If/when Andreas wants to tackle this, he just has to comment-out/remove the block
location = /favicon.ico {
try_files /favicon.ico =404;
}
from the vhost definitionn (
/etc/nginx/sites-enabled/extensions
) and reload nginx (sudo systemctl reload nginx)
EDIT: oh, and when you do, please drop a note here as to where to find that setting in Plone :-)
Christian Lohmaier wrote:
EDIT: oh, and when you do, please drop a note here as to where to find that setting in Plone :-)
And so we don't forget to make the same edit in salt :-P
- Status changed from Resolved to Closed
- % Done changed from 0 to 100
The favicon is in the theming now. The nginx link to the favicon on the server is commented out.
Also available in: Atom
PDF