diff --git a/layout/layout.pixy b/layout/layout.pixy index 2526d847..2434137e 100644 --- a/layout/layout.pixy +++ b/layout/layout.pixy @@ -23,6 +23,9 @@ 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") body #container(class=utils.GetContainerClass(ctx)) //- #header