Use custom favicon for admin layout
This commit is contained in:
parent
e162ed8e6d
commit
49ba1182a1
|
@ -14,9 +14,13 @@
|
|||
{{- " | " -}}
|
||||
{{- site.name | fix -}}
|
||||
</title>
|
||||
<link rel="icon" sizes="32x32" type="image/x-icon" href="{{ site.chyrp_url }}/favicon.ico">
|
||||
{# <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="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="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="manifest" href="{{ site.chyrp_url }}/favicon/site.webmanifest">
|
||||
<link rel="stylesheet" href="{{ site.chyrp_url }}/admin/stylesheets/all.css" type="text/css" media="all">
|
||||
{% if site.monospace_font %}
|
||||
<link rel="stylesheet" href="{{ site.chyrp_url }}/admin/stylesheets/monospace.css" type="text/css" media="all">
|
||||
|
|
Loading…
Reference in New Issue