%meta{ :charset => "utf-8" }/ -# Use the .htaccess and remove these lines to avoid edge case issues. More info: h5bp.com/b/378 %meta{ "http-equiv" => "X-UA-Compatible", :content => "IE=edge,chrome=1" }/ %title == #{ controller.controller_name.titleize } - #{ controller.action_name.titleize } %meta{ :name => "description", :content => "" }/ %meta{ :name => "author", :content => "" }/ -# Mobile viewport optimized: j.mp/bplateviewport %meta{ :name => "viewport", :content => "width=device-width, initial-scale=1.0" }/ -# Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons -# Pass in a stylesheet_partial to render inside your head - if local_assigns[:stylesheet_partial] = render :partial => local_assigns[:stylesheet_partial] -# All JavaScript at the bottom, except for Modernizr / Respond. Modernizr enables HTML5 elements & feature detects; Respond is a polyfill for min/max-width CSS3 Media Queries For optimal performance, use a custom Modernizr build: www.modernizr.com/download/ = javascript_include_tag 'modernizr.min' = csrf_meta_tag