Skip to content

Commit

Permalink
Add an Apple iOS application icon, and make it web-clippable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Schroeder committed Jan 2, 2012
1 parent 02e43f3 commit df6b1fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions views/index.haml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
%title= @title
%meta{"http-equiv"=>"Content-Type", :content=>"text/html; charset=utf-8"}
%meta{:name => "viewport", :content => "width=device-width, initial-scale=1"}
%link{:rel => "apple-touch-icon", :href => "img/application_icon.png"}
%meta{:name => "apple-mobile-web-app-capable", :content => "yes"}
%link{:rel => 'stylesheet', :href => 'http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.css'}
%script{:src => 'http://code.jquery.com/jquery-1.6.4.min.js'}
%script{:src => 'http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.js'}
Expand Down

0 comments on commit df6b1fd

Please sign in to comment.