Sha256: 73c9b7334e52341c264aa831eb906dbb6366af42f4d6d6c3b11ada0ddc5be877

Contents?: true

Size: 790 Bytes

Versions: 3

Compression:

Stored size: 790 Bytes

Contents

%head
  %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 => "" }/

  -# Mobile viewport optimized: h5bp.com/viewport
  %meta{ :name => "viewport", :content => "width=device-width" }/

  -# Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons

  = render "stylesheets"

  -# More ideas for your <head> here: h5bp.com/d/head-Tips

  -# All JavaScript at the bottom, except polyfills
  = javascript_include_tag "polyfills"

  = csrf_meta_tag

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
html5-rails-0.0.7 lib/generators/html5/partial/templates/_head.html.haml
html5-rails-0.0.6 lib/generators/html5/partial/templates/_head.html.haml
html5-rails-0.0.5 lib/generators/html5/partial/templates/_head.html.haml