From e7cd6da93833b65b1e94eb923b561dc89d5c37a3 Mon Sep 17 00:00:00 2001 From: Frederic Hemberger Date: Wed, 2 Nov 2016 15:18:40 +0100 Subject: Add touch icons for Chrome, iOS and Windows 10 --- app/views/layouts/application.html.haml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app') diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 89c7b14c4..ee36b08b8 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -5,6 +5,11 @@ %meta{:name => 'viewport', :content => 'width=device-width, initial-scale=1'}/ %meta{'http-equiv' => 'X-UA-Compatible', :content => 'IE=edge'}/ + %link{:rel => "apple-touch-icon", :sizes => "180x180" :href => "/assets/apple-touch-icon.png"}/ + %link{:rel => "manifest", href => "/assets/manifest.json"}/ + %meta{:name => "msapplication-config", content => "/assets/browserconfig.xml"}/ + %meta{:name => "theme-color", content => "#ffffff"}/ + %title = "#{yield(:page_title)} - " if content_for?(:page_title) Mastodon -- cgit