Skip to content
Snippets Groups Projects
Unverified Commit d696f729 authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Add meta tag for official iOS app (#16599)

parent 3c79ccb7
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@
%link{ rel: 'manifest', href: manifest_path(format: :json) }/
%meta{ name: 'theme-color', content: '#6364FF' }/
%meta{ name: 'apple-mobile-web-app-capable', content: 'yes' }/
%meta{ name: 'apple-itunes-app', content: 'app-id=1571998974' }/
%title= content_for?(:page_title) ? safe_join([yield(:page_title).chomp.html_safe, title], ' - ') : 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