Skip to content
Snippets Groups Projects
Commit 7abbb028 authored by Eugen Rochko's avatar Eugen Rochko
Browse files

Fix #163 - No need for Safari chrome on iOS

parent 7944ed6f
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@
%link{:rel => "manifest", :href => "/manifest.json"}/
%meta{:name => "msapplication-config", :content => "/browserconfig.xml"}/
%meta{:name => "theme-color", :content => "#2b90d9"}/
%meta{:name => "apple-mobile-web-app-capable", :content => "yes"}/
%title
= "#{yield(:page_title)} - " if content_for?(:page_title)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment