Added apple touch icon

This commit is contained in:
Eduard Urbach 2017-11-29 13:56:34 +01:00
parent 37d2e5b660
commit 5ab4c2c817
4 changed files with 19 additions and 3 deletions

View File

@ -69,6 +69,16 @@
"sizes": "144x144",
"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",
"sizes": "220x220",

BIN
images/brand/180.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

BIN
images/brand/180.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -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="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")
link(rel="icon", type="image/png", href="//media.notify.moe/images/brand/512.png", sizes="512x512")
//- Icons
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
#container(class=utils.GetContainerClass(ctx))
//- #header