diff options
author | Frederic Hemberger <mail@frederic-hemberger.de> | 2016-11-02 15:18:40 +0100 |
---|---|---|
committer | Frederic Hemberger <mail@frederic-hemberger.de> | 2016-11-02 16:05:08 +0100 |
commit | e7cd6da93833b65b1e94eb923b561dc89d5c37a3 (patch) | |
tree | 43e541d22d2a337e2a71c37687f733bba15954a1 /app/views | |
parent | 53fb7b1aa84a76d66ef6973208e1c76a100774f3 (diff) |
Add touch icons for Chrome, iOS and Windows 10
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/layouts/application.html.haml | 5 |
1 files changed, 5 insertions, 0 deletions
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 |