public
Description: Canberra Ruby Crew Site #crc
Homepage: http://canberraruby.com
Clone URL: git://github.com/artpop/crc_site.git
Adding favicon
artpop (author)
Fri Oct 17 03:18:11 -0700 2008
commit  9f49420ac75164bfbf445e9bd3f9bed8da1d54bd
tree    8762374c49393edf07902a25a0469d145f2375d4
parent  87f3032f4d836d37fefe572cc53d69a55e830d80
...
4
5
6
 
7
8
9
...
4
5
6
7
8
9
10
0
@@ -4,6 +4,7 @@
0
   %head
0
     %meta{'http-equiv' => 'Content-Type', :content => 'text/html; charset=utf-8'}/
0
     %title Canberra Ruby Crew
0
+    %link{:href => '/images/icon.png', :rel => 'icon', :sizes => '16x16', :type => 'image/png'}
0
     = stylesheet_link_tag 'application', :media => 'all'
0
     = javascript_include_tag 'jquery', 'application', :cache => false
0
 

Comments