Added apple touch icon
This commit is contained in:
parent
37d2e5b660
commit
5ab4c2c817
10
config.json
10
config.json
@ -69,6 +69,16 @@
|
|||||||
"sizes": "144x144",
|
"sizes": "144x144",
|
||||||
"type": "image/webp"
|
"type": "image/webp"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"src": "images/brand/180.png",
|
||||||
|
"sizes": "180x180",
|
||||||
|
"type": "image/png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "images/brand/180.webp",
|
||||||
|
"sizes": "180x180",
|
||||||
|
"type": "image/webp"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"src": "images/brand/220.png",
|
"src": "images/brand/220.png",
|
||||||
"sizes": "220x220",
|
"sizes": "220x220",
|
||||||
|
BIN
images/brand/180.png
Normal file
BIN
images/brand/180.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
BIN
images/brand/180.webp
Normal file
BIN
images/brand/180.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
@ -23,9 +23,15 @@ component Layout(app *aero.Application, ctx *aero.Context, user *arn.User, openG
|
|||||||
|
|
||||||
link(rel="chrome-webstore-item", href="https://chrome.google.com/webstore/detail/hajchfikckiofgilinkpifobdbiajfch")
|
link(rel="chrome-webstore-item", href="https://chrome.google.com/webstore/detail/hajchfikckiofgilinkpifobdbiajfch")
|
||||||
link(rel="manifest", href="/manifest.json")
|
link(rel="manifest", href="/manifest.json")
|
||||||
link(rel="icon", type="image/png", href="//media.notify.moe/images/brand/64.png", sizes="64x64")
|
|
||||||
link(rel="icon", type="image/png", href="//media.notify.moe/images/brand/128.png", sizes="128x128")
|
//- Icons
|
||||||
link(rel="icon", type="image/png", href="//media.notify.moe/images/brand/512.png", sizes="512x512")
|
link(rel="icon", type="image/webp", sizes="64x64", href="//media.notify.moe/images/brand/64.webp")
|
||||||
|
link(rel="icon", type="image/webp", sizes="128x128", href="//media.notify.moe/images/brand/128.webp")
|
||||||
|
link(rel="icon", type="image/webp", sizes="512x512", href="//media.notify.moe/images/brand/512.webp")
|
||||||
|
link(rel="icon", type="image/png", sizes="64x64", href="//media.notify.moe/images/brand/64.png")
|
||||||
|
link(rel="icon", type="image/png", sizes="128x128", href="//media.notify.moe/images/brand/128.png")
|
||||||
|
link(rel="icon", type="image/png", sizes="512x512", href="//media.notify.moe/images/brand/512.png")
|
||||||
|
link(rel="apple-touch-icon", sizes="180x180", type="image/png", href="//media.notify.moe/images/brand/180.png")
|
||||||
body
|
body
|
||||||
#container(class=utils.GetContainerClass(ctx))
|
#container(class=utils.GetContainerClass(ctx))
|
||||||
//- #header
|
//- #header
|
||||||
|
Loading…
Reference in New Issue
Block a user