Sha256: 0757093786db7a0500d31bf5c9988442e1f5dd774e57da50a5fef72ecafcd9f1

Contents?: true

Size: 617 Bytes

Versions: 2

Compression:

Stored size: 617 Bytes

Contents

%head
  %meta{:charset => "utf-8"}
  %meta{:content => "", :name => "author"}
  %meta{:content => "", :name => "description"}
  %meta{:content => "IE=edge,chrome=1", "http-equiv" => "X-UA-Compatible"}
  %meta{:content => "width=device-width, initial-scale=1.0", :name => "viewport"}
  -#%link{:href => '#insert-web-fonts-here', :rel => 'stylesheet', :type => 'text/css'}
  = csrf_meta_tags

  %title
    = t "app_name"
    = yield :page_title
  
  = javascript_include_tag 'modernizr.min.js'
  = javascript_include_tag 'respond.js'
  = stylesheet_link_tag 'speedo'
  = javascript_include_tag 'speedo'
  = yield :head

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
speedo-0.0.2 app/views/speedo/shared/_html_head.haml
speedo-0.0.1 app/views/speedo/shared/_html_head.haml