Skip to content

Instantly share code, notes, and snippets.

@daz
Created November 11, 2011 08:43
Show Gist options
  • Save daz/1357522 to your computer and use it in GitHub Desktop.
Save daz/1357522 to your computer and use it in GitHub Desktop.
html5shiv in HAML
!!!
%html{ :lang => "en" }
%head
%meta{ :charset => "utf-8" }
%title HTML5 yo
/[if lt IE 9]
%script{ :src => '//html5shiv.googlecode.com/svn/trunk/html5.js' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment