Sha256: 4b7afa65f613438869f996da5e14aa3b7297deba352e5737d9a3b4ebb2d6eb8e

Contents?: true

Size: 1.02 KB

Versions: 3

Compression:

Stored size: 1.02 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" }/
  
  %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.min'
  
  = csrf_meta_tag

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
html5-boilerplate-0.3.2 templates/project/_head.html.haml
html5-boilerplate-0.3.1 templates/project/_head.html.haml
html5-boilerplate-0.3.0 templates/project/_head.html.haml