diff options
Diffstat (limited to 'source/_layouts/default.haml')
-rw-r--r-- | source/_layouts/default.haml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/source/_layouts/default.haml b/source/_layouts/default.haml new file mode 100644 index 00000000..43dae4f4 --- /dev/null +++ b/source/_layouts/default.haml @@ -0,0 +1,20 @@ +!!! 1.1 Transitional +%html(xmlns="http://www.w3.org/1999/xhtml" xml:lang="en") + %head + %title= page.title + - if page.respond_to? :description + %meta{:name=>"description", :content=>page.description}/ + - if page.respond_to? :keywords + %meta{:name=>"keywords", :content=>page.keywords}/ + %body + #header + .page_width + %a.title(href="/")Blog + %ul#header_nav.nav + %li.alpha + %a(href="/") Home + #page + .page_width + = content + #footer + .page_width Footer
\ No newline at end of file |