Skip to content

Commit

Permalink
Add meta tag for mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoseong Hwang committed Apr 19, 2012
1 parent 0b3b721 commit c1c5398
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions views/layouts/application.haml
Expand Up @@ -3,6 +3,8 @@
%head
%meta{:'http-equiv' => "Content-Type", :content => "text/html; charset=utf-8"}
%meta{:name => "lang", :content => "en"}
%meta{:name => 'viewport', :content => 'width=device-width, initial-scale=1.0, maximum-scale=1.0'}

%title Ultra IRC Log Viewer
%link{:href=>'/stylesheets/application.css', :media => "screen", :rel => 'stylesheet', :type => "text/css"}
%script{:type => "text/javascript", :src => "/javascripts/lib/modernizr-1.6.min.js"}
Expand Down

0 comments on commit c1c5398

Please sign in to comment.