Fix favicon link types
This commit is contained in:
		| @@ -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" }} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user