add webapp meta tags for apple devices
This commit is contained in:
parent
7364de190f
commit
5b0c180b1d
|
@ -1,6 +1,8 @@
|
|||
!!! 5
|
||||
%html
|
||||
%head
|
||||
%meta{name: 'apple-mobile-web-app-capable', content: 'yes'}
|
||||
%meta{name: 'apple-mobile-web-app-status-bar-style', content: '#0C84E4'}
|
||||
%meta{charset: 'utf-8'}
|
||||
%meta{'http-equiv' => 'X-UA-Compatible' ,content: 'IE=edge'}
|
||||
%meta{name: 'viewport', content: 'width=device-width, initial-scale=1, user-scalable=no'}
|
||||
|
|
Loading…
Reference in New Issue