added tag for supporting apps prior to Chrome M39
updates tag to follow standard styleguide
This commit is contained in:
parent
9adcca2679
commit
70dfcd97c5
1 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,8 @@
|
||||||
%meta{charset: "utf-8"}/
|
%meta{charset: "utf-8"}/
|
||||||
= content_for?(:meta_data) ? yield(:meta_data) : metas_tags
|
= content_for?(:meta_data) ? yield(:meta_data) : metas_tags
|
||||||
|
|
||||||
|
%meta{content: "yes", name: "mobile-web-app-capable"}/
|
||||||
|
|
||||||
/ favicon
|
/ favicon
|
||||||
/ For Apple devices
|
/ For Apple devices
|
||||||
%link{rel: "apple-touch-icon", href: image_path("apple-touch-icon.png")}
|
%link{rel: "apple-touch-icon", href: image_path("apple-touch-icon.png")}
|
||||||
|
|
@ -26,3 +28,4 @@
|
||||||
= current_user_atom_tag
|
= current_user_atom_tag
|
||||||
|
|
||||||
= yield(:head)
|
= yield(:head)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue