remove duplicate icon and fix incorrect favicon type

This commit is contained in:
Christian Oliff 2019-01-04 17:21:03 +09:00 committed by GitHub
parent ed760baf3f
commit 43d3f15535
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1 @@
<link rel="shortcut icon" href="{{"images/favicon.png" | relURL}}" type="image/x-icon" />
<link rel="icon" href="{{"images/favicon.png" | relURL}}" type="image/x-icon" />
<link rel="icon" href="{{"images/favicon.png" | relURL}}" type="image/png">