diff --git a/app/views/application/_head.haml b/app/views/application/_head.haml index fcb5eba56..66ac0b5a8 100644 --- a/app/views/application/_head.haml +++ b/app/views/application/_head.haml @@ -4,6 +4,8 @@ %meta{charset: "utf-8"}/ = content_for?(:meta_data) ? yield(:meta_data) : metas_tags +%meta{content: "yes", name: "mobile-web-app-capable"}/ + / favicon / For Apple devices %link{rel: "apple-touch-icon", href: image_path("apple-touch-icon.png")} @@ -26,3 +28,4 @@ = current_user_atom_tag = yield(:head) +