Merge pull request #33 from colons/master
Do not declare mobile app capability
This commit is contained in:
commit
9734e5463e
|
@ -5,9 +5,6 @@
|
||||||
%meta{'http-equiv' => 'X-UA-Compatible' ,content: 'IE=edge'}
|
%meta{'http-equiv' => 'X-UA-Compatible' ,content: 'IE=edge'}
|
||||||
%meta{name: 'viewport', content: 'width=device-width, initial-scale=1, user-scalable=no'}
|
%meta{name: 'viewport', content: 'width=device-width, initial-scale=1, user-scalable=no'}
|
||||||
%meta{name: 'theme-color', content: '#5e35b1'}
|
%meta{name: 'theme-color', content: '#5e35b1'}
|
||||||
%meta{name: "mobile-web-app-capable", content: "yes"}
|
|
||||||
%meta{name: "apple-mobile-web-app-capable", content: "yes"}
|
|
||||||
%meta{name: 'apple-mobile-web-app-status-bar-style', content: 'black-translucent'}
|
|
||||||
%link{rel: 'apple-touch-icon', href: '/apple-touch-icon-precomposed.png'}
|
%link{rel: 'apple-touch-icon', href: '/apple-touch-icon-precomposed.png'}
|
||||||
%link{rel: 'icon', href: '/images/favicon/favicon-16.png', sizes: '16x16'}
|
%link{rel: 'icon', href: '/images/favicon/favicon-16.png', sizes: '16x16'}
|
||||||
%link{rel: 'icon', href: '/icon-152.png', sizes: '152x152'}
|
%link{rel: 'icon', href: '/icon-152.png', sizes: '152x152'}
|
||||||
|
|
Loading…
Reference in New Issue