diff --git a/views/index.haml b/views/index.haml index 478fb00..ae23d9b 100644 --- a/views/index.haml +++ b/views/index.haml @@ -1,3 +1,4 @@ #slides-container #slides= slides + = haml :"_footer" diff --git a/views/layout.haml b/views/layout.haml index 724e235..98fff56 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -3,8 +3,8 @@ %head %title= Attentive.title %script{:type => 'text/javascript', :src => 'assets/application.js'} - %link{:rel => 'stylesheet', :href => 'assets/application.css', :type => 'text/css'}/ %style{:type => 'text/css'}= Pygments.css + %link{:rel => 'stylesheet', :href => 'assets/application.css', :type => 'text/css'}/ = haml :"_header" %body.loading = yield