lib/themes/basic/layouts/default.haml in staticpress-0.5.0 vs lib/themes/basic/layouts/default.haml in staticpress-0.5.1

- old
+ new

@@ -4,6 +4,11 @@ %title= page.full_title %link{ :rel => :stylesheet, :href => '/assets/basic/styles/all.css', :type => 'text/css' }/ %script{ :src => 'http://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js' } %script{ :src => '/assets/basic/scripts/application.js' } %body - = yield + %header + %span.site-title= config.title + %span.site-subtitle= config.subtitle + %section + = yield + %section