Remove commented out favicon lines
This commit is contained in:
parent
49ba1182a1
commit
4f167f0177
|
@ -14,9 +14,6 @@
|
||||||
{{- " | " -}}
|
{{- " | " -}}
|
||||||
{{- site.name | fix -}}
|
{{- site.name | fix -}}
|
||||||
</title>
|
</title>
|
||||||
{# <link rel="icon" sizes="32x32" type="image/x-icon" href="{{ site.chyrp_url }}/favicon.ico">
|
|
||||||
<link rel="icon" sizes="any" type="image/svg+xml" href="{{ site.chyrp_url }}/favicon.svg">
|
|
||||||
<link rel="mask-icon" href="{{ site.chyrp_url }}/favicon.svg" color="#4f4f4f"> #}
|
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ site.chyrp_url }}/favicon/apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="{{ site.chyrp_url }}/favicon/apple-touch-icon.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="{{ site.chyrp_url }}/favicon/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="{{ site.chyrp_url }}/favicon/favicon-32x32.png">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="{{ site.chyrp_url }}/favicon/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="{{ site.chyrp_url }}/favicon/favicon-16x16.png">
|
||||||
|
|
Loading…
Reference in New Issue