|
|
@ -19,7 +19,8 @@
|
|
|
|
- SiteUpload::APPLE_ICON_SIZES.each do |size|
|
|
|
|
- SiteUpload::APPLE_ICON_SIZES.each do |size|
|
|
|
|
%link{ rel: 'apple-touch-icon', sizes: "#{size}x#{size}", href: app_icon_path(size.to_i) || frontend_asset_path("icons/apple-touch-icon-#{size}x#{size}.png") }/
|
|
|
|
%link{ rel: 'apple-touch-icon', sizes: "#{size}x#{size}", href: app_icon_path(size.to_i) || frontend_asset_path("icons/apple-touch-icon-#{size}x#{size}.png") }/
|
|
|
|
|
|
|
|
|
|
|
|
%link{ rel: 'mask-icon', href: frontend_asset_path('images/logo-symbol-icon.svg'), color: '#6364FF' }/
|
|
|
|
- if use_mask_icon?
|
|
|
|
|
|
|
|
%link{ rel: 'mask-icon', href: frontend_asset_path('images/logo-symbol-icon.svg'), color: '#6364FF' }/
|
|
|
|
%link{ rel: 'manifest', href: manifest_path(format: :json) }/
|
|
|
|
%link{ rel: 'manifest', href: manifest_path(format: :json) }/
|
|
|
|
= theme_color_tags current_theme
|
|
|
|
= theme_color_tags current_theme
|
|
|
|
%meta{ name: 'apple-mobile-web-app-capable', content: 'yes' }/
|
|
|
|
%meta{ name: 'apple-mobile-web-app-capable', content: 'yes' }/
|
|
|
|