Fix favicon link types

master
Will Faught 3 months ago
parent a700823423
commit 91df70301e

@ -22,11 +22,11 @@
{{ end }} {{ end }}
{{ if fileExists "static/web-app-manifest-192x192.png" }} {{ if fileExists "static/web-app-manifest-192x192.png" }}
<link href="{{ relLangURL `web-app-manifest-192x192.png` }}" rel="icon" type="image/svg+xml"> <link href="{{ relLangURL `web-app-manifest-192x192.png` }}" rel="icon" type="image/png">
{{ end }} {{ end }}
{{ if fileExists "static/web-app-manifest-512x512.png" }} {{ if fileExists "static/web-app-manifest-512x512.png" }}
<link href="{{ relLangURL `web-app-manifest-512x512.png` }}" rel="icon" type="image/svg+xml"> <link href="{{ relLangURL `web-app-manifest-512x512.png` }}" rel="icon" type="image/png">
{{ end }} {{ end }}
{{ if fileExists "assets/site.webmanifest" }} {{ if fileExists "assets/site.webmanifest" }}

Loading…
Cancel
Save