Sha256: 1da8224d5b5a8ebc89c539baf64bde60302651e2a25053827a4acd21210bd676

Contents?: true

Size: 1018 Bytes

Versions: 5

Compression:

Stored size: 1018 Bytes

Contents

%head
  %meta{:charset => "utf-8"}/
  
  -# www.phpied.com/conditional-comments-block-downloads/
  /[if IE]
  
  -# 
    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"}/
  
  %title
  %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"}/
  
  -# Replace favicon.ico & 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.5.min'
  
  = csrf_meta_tag

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
html5-boilerplate-0.1.5 templates/project/_head.html.haml
html5-boilerplate-0.1.4 templates/project/_head.html.haml
html5-boilerplate-0.1.3 templates/project/_head.html.haml
html5-boilerplate-0.1.2 templates/project/_head.html.haml
html5-boilerplate-0.1.1 templates/project/_head.html.haml