From 396b06b88ac6a3afaf816fe29bce239269c3511e Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Wed, 1 Dec 2010 15:58:21 -0700 Subject: Cambio de Layout + Favicon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Agregué el favicon nuevo y cambié un poco el layout para darle más enfasis al texto. --- views/layout.haml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'views/layout.haml') diff --git a/views/layout.haml b/views/layout.haml index 6fed808..160b858 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -6,7 +6,9 @@ %title= "#{@grito.title} - ¡Grita!" -else %title ¡Grita! - %link{:rel => 'stylesheet', :type => 'text/css', :href => '/style.css', :title => 'default'} + %link{:rel => 'stylesheet', :type => 'text/css', :href => '/style.css', :title => 'default'} + %link{:rel => "icon", :href => "/images/favicon.ico", :type => "image/x-icon"} + %link{:rel => "icon", :href => "/images/favicon.png", :type => "image/png"} %meta{'http-equiv' => 'Contet-Type', :content => 'text/html; charset=utf-8' }/ %body #wrapper -- cgit