diff options
Diffstat (limited to 'web/templates')
-rw-r--r-- | web/templates/head.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/web/templates/head.html b/web/templates/head.html index abcb30700..ead648571 100644 --- a/web/templates/head.html +++ b/web/templates/head.html @@ -5,6 +5,19 @@ <title>{{ .Title }}</title> + <!-- iOS add to homescreen --> + <meta name="apple-mobile-web-app-capable" content="yes" /> + <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> + <meta name="mobile-web-app-capable" content="yes" /> + <meta name="apple-mobile-web-app-title" content="{{ .Title }}"> + <meta name="application-name" content="{{ .Title }}"> + <meta name="format-detection" content="telephone=no"> + <!-- iOS add to homescreen --> + + <!-- Android add to homescreen --> + <link rel="manifest" href="/static/config/manifest.json"> + <!-- Android add to homescreen --> + <link rel="stylesheet" href="/static/css/bootstrap-3.3.1.min.css"> <link rel="stylesheet" href="/static/css/jasny-bootstrap.min.css" rel="stylesheet"> |