diff options
author | Prateek Saxena <prtksxna@gmail.com> | 2016-04-24 12:49:11 +0530 |
---|---|---|
committer | Prateek Saxena <prtksxna@gmail.com> | 2016-04-24 12:49:11 +0530 |
commit | 3f7f28418f075756f027a0a268ae78fbf6003aa0 (patch) | |
tree | 7a17cae49144e7ab5a461e7c116453aef05555e2 /views/layout.php | |
parent | 34819e55efbb2c567e71e52d65da61c36e88ad75 (diff) |
Add fullscreen meta tags for Safari and Chrome
Also set the theme color for Chrome to the blue used
in the logo.
Diffstat (limited to 'views/layout.php')
-rw-r--r-- | views/layout.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/layout.php b/views/layout.php index da97687..a154a84 100644 --- a/views/layout.php +++ b/views/layout.php @@ -27,6 +27,10 @@ <link rel="icon" href="/favicon.ico" type="image/x-icon"> + <meta name="apple-mobile-web-app-capable" content="yes"> + <meta name="mobile-web-app-capable" content="yes"> + <meta name="theme-color" content="#428bca"> + <script src="/js/jquery-1.7.1.min.js"></script> <script src="/js/script.js"></script> <script src="/js/date.js"></script> |