From 25cbb8454c691f84c51a99a5d1b221da61ec5cda Mon Sep 17 00:00:00 2001 From: Lindsey Bieda Date: Wed, 26 Apr 2017 09:45:27 -0400 Subject: Red favicon for dev (#2470) * Set a dev specific favicon * Consistent spacing * Add trailing slash for consistency * Update to remove interpolation --- app/views/layouts/application.html.haml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/views') diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 8e9439310..01c42db93 100755 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -5,6 +5,7 @@ %meta{:name => 'viewport', :content => 'width=device-width, initial-scale=1'}/ %meta{'http-equiv' => 'X-UA-Compatible', :content => 'IE=edge'}/ + %link{:rel => "icon", :href => favicon_path, :type => "image/x-icon"}/ %link{:rel => "apple-touch-icon", :sizes => "180x180", :href => "/apple-touch-icon.png"}/ %link{:rel => "mask-icon", :href => "/mask-icon.svg", :color => "#2B90D9"}/ %link{:rel => "manifest", :href => "/manifest.json"}/ -- cgit