middleman/middleman-core/lib/middleman-more/templates/smacss/source/layouts/layout.haml
2013-05-09 14:41:26 -07:00

14 lines
382 B
Plaintext

!!! 5
%html
%head
%title Middleman
%meta{:charset => "utf-8"}
%meta{:content => "Middleman", :name => "description"}
%meta{:content => "on", "http-equiv" => "cleartype"}
%meta{:content => "IE=edge,chrome=1", "http-equiv" => "X-UA-Compatible"}
%link{:href => "stylesheets/style.css", :rel => "stylesheet"}
%body
= yield
= render_partial 'footer'