Sha256: c220194ec1ee16803ef5069908a279ac38605b5eb74475e23aef60f13b264d14

Contents?: true

Size: 875 Bytes

Versions: 4

Compression:

Stored size: 875 Bytes

Contents

!!! 5
/ paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
/[if lt IE 7 ] <html class=\"ie6\" lang=\"en\">
/[if IE 7 ]    <html class=\"ie7\" lang=\"en\">
/[if IE 8 ]    <html class=\"ie8\" lang=\"en\">
/[if IE 9 ]    <html class=\"ie9\" lang=\"en\">
/[if (gt IE 9)|!(IE)] <!--> <html lang=\"en\">

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

  -# Uncomment to make IE8 render like IE7
  -# meta http-equiv="X-UA-Compatible" content="IE=7"

  -# Set the viewport width to device width for mobile
  %meta{ :name => "viewport", :content => "width=device-width, initial-scale=1.0" }

  %title= content_for?(:title) ? yield(:title) : "Untitled"

  = stylesheet_link_tag "application"
  = javascript_include_tag "vendor/custom.modernizr"
  = csrf_meta_tag

%body

  = yield

  = javascript_include_tag "application"

:plain
  </html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
modularis-0.1 lib/modularis/generators/templates/application.html.haml
modularis-0.0.3 lib/modularis/generators/templates/application.html.haml
modularis-0.0.2 lib/modularis/generators/templates/application.html.haml
modularis-0.0.1 lib/modularis/generators/templates/application.html.haml