geostyler / geostyler-homepage

geostyler.org
BSD 2-Clause "Simplified" License
0 stars 4 forks source link

Update favicon #19

Closed jansule closed 7 months ago

jansule commented 9 months ago

We currently provide following favicons:

<link rel="icon" href="/favicon.png">
<link rel="apple-touch-icon-precomposed" href="/favicon.png">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">

where only the favicon.svg is a geostyler icon. The favicon.png still points the default icon of the web-template.

We should update all favicons to show geostyler icons

jansule commented 7 months ago

Solved by https://github.com/geostyler/geostyler-homepage/pull/21