X-Git-Url: https://git.r.bdr.sh/rbdr/grita/blobdiff_plain/b7be4f63119c71b07eacc9af9e6a15db63ef65ea..8aee5d71386821b34a2ff7df28e610fe04037c09:/views/layout.haml diff --git a/views/layout.haml b/views/layout.haml index 6fed808..e47f5e2 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -6,8 +6,21 @@ %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' }/ + %script{:type => "text/javascript" } + :plain + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-20018878-1']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); %body #wrapper #header