lib/themes/basic/layouts/default.haml in staticpress-0.2.0 vs lib/themes/basic/layouts/default.haml in staticpress-0.3.0

- old
+ new

@@ -1,5 +1,9 @@ +!!! 5 %html %head - %title= page.title + %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