Browse Source

Add fullscreen meta tags for Safari and Chrome

Also set the theme color for Chrome to the blue used
in the logo.
pull/45/head
Prateek Saxena 8 years ago
parent
commit
3f7f28418f
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      views/layout.php

+ 4
- 0
views/layout.php View File

@ -27,6 +27,10 @@
<link rel="icon" href="/favicon.ico" type="image/x-icon"> <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/jquery-1.7.1.min.js"></script>
<script src="/js/script.js"></script> <script src="/js/script.js"></script>
<script src="/js/date.js"></script> <script src="/js/date.js"></script>

Loading…
Cancel
Save