Fix favicon link types

This commit is contained in:
Will Faught
2025-03-28 18:42:43 -07:00
parent a700823423
commit 91df70301e

View File

@@ -22,11 +22,11 @@
{{ end }}
{{ 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 }}
{{ 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 }}
{{ if fileExists "assets/site.webmanifest" }}