Sha256: dbc59d7c112c14181201095c66d18a3abe650f43b5f93008417c024eb4480047

Contents?: true

Size: 1.24 KB

Versions: 4

Compression:

Stored size: 1.24 KB

Contents

%head
  %meta{ :charset => "utf-8" }
  %meta{ :content => "IE=edge,chrome=1", "http-equiv" => "X-UA-Compatible" }
  
  %title= page_title
  
  %meta{:content => "Susy: Semantic grids with a responsive touch.", :name => "description"}
  %meta{:content => "width=device-width", :name => "viewport"}
  %meta{:content => "yes", :name => "apple-mobile-web-app-capable"}

  %link{:rel => "apple-touch-startup-image", :media => "screen and (max-device-width: 480px) and not (-webkit-min-device-pixel-ratio: 2)", :href => "images/splash-iphone.png"}
  %link{:rel => "apple-touch-startup-image", :media => "screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)", :href => "images/splash-iphone4.png"}
  %link{:rel => "apple-touch-startup-image", :media => "screen and (min-device-width: 768px) and (orientation: portrait)", :href => "images/splash-portrait.png"}
  %link{:rel => "apple-touch-startup-image", :media => "screen and (min-device-width: 768px) and (orientation: landscape)", :href => "images/splash-landscape.png"}

  - if data.page.stylesheet
    = stylesheet_link_tag data.page.stylesheet
  - else
    = stylesheet_link_tag "site.css"

  = javascript_include_tag "modernizr-2.5.3.min.js"
  = javascript_include_tag "modernizr.selectors.js"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
susy-2.0.0.alpha.4 docs/source/partials/_head.haml
susy-2.0.0.alpha.3 docs/source/partials/_head.haml
susy-2.0.0.alpha.2 docs/source/partials/_head.haml
susy-2.0.0.alpha.1 docs/source/partials/_head.haml