Added multiple favicon sizes (closes #81)

This commit is contained in:
Eduard Urbach 2017-11-29 13:11:00 +01:00
parent 76a437b7ae
commit 37d2e5b660

View File

@ -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