default xhtml strict doctype

This commit is contained in:
tdreyno 2009-11-10 11:41:17 -08:00
parent 516d523cce
commit 2ecf558232
2 changed files with 7 additions and 1 deletions

View file

@ -1,7 +1,11 @@
%html
!!! Strict
%html{ :xmlns => "http://www.w3.org/1999/xhtml", "xml:lang" => "en", :lang => "en" }
%head
%meta{ :content => "text/html; charset=utf-8", "http-equiv" => "Content-Type" }
// Comment in layout
= stylesheet_link_tag "site.css"
:javascript
// Comment in javascript
= yield_content :head
%body{ :class => page_classes }