add mobile webapp capable for ios
This commit is contained in:
parent
2785eb28c3
commit
e4c6b44e7f
|
@ -10,6 +10,9 @@
|
|||
<link id='theFavicon' rel='icon' type='image/png' href='/favicon.png' >
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120.png" >
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180.png" >
|
||||
<meta name="mobile-web-app-capable" content="yes" >
|
||||
<meta name="apple-mobile-web-app-title" content="Pinafore" >
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="white" >
|
||||
|
||||
<style>
|
||||
/* auto-generated w/ build-sass.js */
|
||||
|
|
Loading…
Reference in New Issue