added a few iOS® meta tags
This commit is contained in:
parent
09ecb0e189
commit
4220091eae
|
@ -1,10 +1,12 @@
|
|||
!!! 5
|
||||
%html
|
||||
%head
|
||||
%meta{content: '#0C84E4', name: 'theme-color'}
|
||||
%meta{charset: 'utf-8'}
|
||||
%meta{'http-equiv' => 'X-UA-Compatible' ,content: 'IE=edge'}
|
||||
%meta{name: 'viewport', content: 'width=device-width, initial-scale=1'}
|
||||
%meta{name: 'viewport', content: 'width=device-width, initial-scale=1, user-scalable=no'}
|
||||
%meta{name: 'theme-color', content: '#0C84E4'}
|
||||
%meta{name: "apple-mobile-web-app-capable", content: "yes"}
|
||||
%meta{name: "apple-mobile-web-app-status-bar-style", content: "default"}
|
||||
%title= APP_CONFIG['site_name']
|
||||
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true
|
||||
= javascript_include_tag 'application', 'data-turbolinks-track' => true
|
||||
|
|
Loading…
Reference in New Issue