default xhtml strict doctype
This commit is contained in:
parent
516d523cce
commit
2ecf558232
2 changed files with 7 additions and 1 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue