diff --git a/config.json b/config.json index 9ef63fc3..f4ceef6f 100644 --- a/config.json +++ b/config.json @@ -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", diff --git a/images/brand/180.png b/images/brand/180.png new file mode 100644 index 00000000..41a77afb Binary files /dev/null and b/images/brand/180.png differ diff --git a/images/brand/180.webp b/images/brand/180.webp new file mode 100644 index 00000000..ea49cece Binary files /dev/null and b/images/brand/180.webp differ diff --git a/layout/layout.pixy b/layout/layout.pixy index 2434137e..0b3c987b 100644 --- a/layout/layout.pixy +++ b/layout/layout.pixy @@ -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