forked from unitoo/website
add favicon link
This commit is contained in:
parent
75ccdee712
commit
2fed35138a
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
{% seo translate=true %}
|
||||
|
||||
<link rel='icon' href="{{ "/favicon.ico" | prepend: site.url }}" type="image/x-icon">
|
||||
<link rel='shortcut icon' href="{{ "/favicon.ico" | prepend: site.url }}" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="{{ "/favicon-192.png" | prepend: site.url }}" sizes="192x192">
|
||||
|
||||
|
|
Loading…
Reference in a new issue