consento-org / consento-website

Ghost theme used for consent.org domain
https://consento.org
Other
1 stars 0 forks source link

Favicon.ico is still old #65

Closed martinheidegger closed 4 years ago

martinheidegger commented 4 years ago

The /assets/images/favicon.ico is still the old consento logo.

Torgian commented 4 years ago

This is the fav-icon that should be used:

<link rel="icon" type="image/png" href="{{asset "images/logo-consento-small.png"}}" />

Refer to commit

I swapped out the favicon.ico files here. Unless there is a different file being used to set the favicon though, I don't think this is currently being used.

martinheidegger commented 4 years ago

Older browsers (IE) and some systems still prefer a .ico as a favicon. Good that the icon is replaced, but it would be good to figure out if the icons are correctly used.