]> cat aescling's git repositories - mastodon.git/commitdiff
Add meta tag for official iOS app (#16599)
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 25 Aug 2022 21:27:10 +0000 (23:27 +0200)
committeraescling <aescling+gitlab@cat.family>
Mon, 5 Sep 2022 04:28:02 +0000 (00:28 -0400)
app/views/layouts/application.html.haml

index 40c38cecb7650bd115c0860b64244454e1d90978..5cbab8fc54c594dc0a372b797f43b97fd85ec8c5 100755 (executable)
@@ -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