1
0
mirror of https://github.com/danbee/cv synced 2025-03-04 08:59:12 +00:00
cv/layouts/main.html.haml
2012-08-01 19:16:20 +01:00

17 lines
522 B
Plaintext

!!! 5
/
Dan Barber's CV
Author: Dan Barber
URL: http://pixelhum.com/cv
/[if IEMobile 7 ] <html class="no-js iem7" manifest="default.appcache?v=1">
/[if lt IE 7 ] <html class="no-js ie6" lang="en">
/[if IE 7 ] <html class="no-js ie7" lang="en">
/[if IE 8 ] <html class="no-js ie8" lang="en">
%html.no-js{:lang => "en", :manifest => "default.appcache?v=1"}
%head
= render "partials/_head.html.haml"
%body.clearfix
= render "partials/_header.html.haml"
= yield
= render "partials/_footer.html.haml"