From 37d2e5b6606cb1b2d4e591dfd21b6e8d39c303eb Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Wed, 29 Nov 2017 13:11:00 +0100 Subject: [PATCH] Added multiple favicon sizes (closes #81) --- layout/layout.pixy | 3 +++ 1 file changed, 3 insertions(+) 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