Improved web manifest

This commit is contained in:
2017-06-17 14:15:33 +02:00
parent 01bef6e4a4
commit b612819038
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,7 @@ component Layout(app *aero.Application, user *arn.User, content string)
head
title= app.Config.Title
meta(name="viewport", content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes")
meta(name="theme-color", content=app.Config.Manifest.ThemeColor)
link(rel="manifest", href="/manifest.json")
body
#container