From: Eugen Rochko Date: Thu, 25 Aug 2022 21:27:10 +0000 (+0200) Subject: Add meta tag for official iOS app (#16599) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=65d9f5c5c17aa522b98d0e2ff030f8d96c3cb55d;p=mastodon.git Add meta tag for official iOS app (#16599) --- diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 40c38cecb..5cbab8fc5 100755 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -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