Improve favicon
This commit is contained in:
parent
eff901319e
commit
44ba638a0d
8 changed files with 30 additions and 2 deletions
|
@ -62,8 +62,12 @@
|
|||
(meta :property "og:image:width" :content og-image-width)
|
||||
(meta :property "og:image:height" :content og-image-height)
|
||||
(link :rel "canonical" :href canonical)
|
||||
(link :rel "icon" :type "image/x-icon" :href "/img/favicon.ico")
|
||||
(link :rel "apple-touch-icon" :href "/img/favicon.ico")
|
||||
(link :rel "icon" :type "image/png" :href "/img/favicon-96x96.png" :sizes "96x96")
|
||||
(link :rel "icon" :type "image/svg+xml" :href "/img/favicon.svg")
|
||||
(link :rel "shortcut icon" :href "/img/favicon.ico")
|
||||
(link :rel "apple-touch-icon" :sizes "180x180" :href "/img/apple-touch-icon.png")
|
||||
(meta :name "apple-mobile-web-app-title" :content "skyizwhite")
|
||||
(link :rel "manifest" :href "/img/site.webmanifest")
|
||||
(link :rel "stylesheet" :href (bust-cache "/style/dist.css"))
|
||||
(link :rel "preconnect" :href "https://api.fonts.coollabs.io")
|
||||
(link :rel "stylesheet" :href "https://api.fonts.coollabs.io/css2?family=Noto+Sans+JP&display=swap")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue