Sha256: f55837208d229f8c8506ded376751de63c7bf742b8f1e1a472c52890858b9aac

Contents?: true

Size: 1.46 KB

Versions: 6

Compression:

Stored size: 1.46 KB

Contents

%head
  %meta{ :charset => "utf-8" }/
  
  -# 
    Always force latest IE rendering engine (even in intranet) & Chrome Frame
    Remove this if you use the .htaccess
  %meta{ :content => "IE=edge,chrome=1", "http-equiv" => "X-UA-Compatible" }/
  
  -# encoding must be specified within the first 512 bytes www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#charset
  
  -# meta element for compatibility mode needs to be before all elements except title & meta msdn.microsoft.com/en-us/library/cc288325(VS.85).aspx
  -# Chrome Frame is only invoked if meta element for compatibility mode is within the first 1K bytes code.google.com/p/chromium/issues/detail?id=23003
  
  %title
    == #{ controller.controller_name.titleize } - #{ controller.action_name.titleize }
  
  %meta{ :content => "", :name => "description" }/
  %meta{ :content => "", :name => "author" }/
  
  -# Mobile viewport optimized: j.mp/bplateviewport
  %meta{ :content => "width=device-width, initial-scale=1.0", :name => "viewport" }/
  
  -# Place favicon.ico and apple-touch-icon.png in the root of your domain and delete these references
  -# %link{ :href => "/favicon.ico", :rel => "shortcut icon" }/
  -# %link{ :href => "/apple-touch-icon.png", :rel => "apple-touch-icon" }/
  
  = render :partial => 'layouts/stylesheets'
  
  -# All JavaScript at the bottom, except for Modernizr which enables HTML5 elements & feature detects
  = javascript_include_tag 'modernizr-1.6.min'
  
  = csrf_meta_tag

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
html5-starter-0.1.9b templates/project/_head.html.haml
html5-starter-0.1.8b templates/project/_head.html.haml
html5-starter-0.1.4b templates/project/_head.html.haml
html5-starter-0.1.3b templates/project/_head.html.haml
html5-boilerplate-0.2.6 templates/project/_head.html.haml
html5-boilerplate-0.2.5 templates/project/_head.html.haml