diff options
Diffstat (limited to '')
-rw-r--r-- | template/page.phtml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/page.phtml b/template/page.phtml index 9fb24ad..797589d 100644 --- a/template/page.phtml +++ b/template/page.phtml @@ -39,6 +39,9 @@ <? endif ?> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="mobile-web-app-capable" content="yes" /> + <meta name="theme-color" content="#000000" /> + <meta name="apple-mobile-web-app-capable" content="yes" /> <base href="<?=h($baseurl)?>" /> <link href="<?=h($canonicalurl)?>" rel="canonical" /> |