Sha256: 800a9cddeb18d234c9e07331e8bf14bacb3562f3e97ac462a9c440a953ce9b31

Contents?: true

Size: 1.11 KB

Versions: 1

Compression:

Stored size: 1.11 KB

Contents

%meta{ :charset => "utf-8" }/

-# Always force latest IE rendering engine (even in intranet) & Chrome Frame
-# Remove this if you use the .htaccess
%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 of your domain and delete these references
-# %link{ :rel => "shortcut icon", :href => "/favicon.ico" }/
-# %link{ :rel => "apple-touch-icon", :href => "/apple-touch-icon.png" }/

-# You can specify a stylesheet_partial when rendering this partial (i.e. admin/stylesheets)
- if local_assigns[:stylesheet_partial]
  = render :partial => local_assigns[:stylesheet_partial]

-# 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

1 entries across 1 versions & 1 rubygems

Version Path
html5-boilerplate-0.3.3 templates/project/_head.html.haml