updated layout

This commit is contained in:
Scott Davis 2012-03-12 23:03:28 -04:00
parent edddebd4f1
commit 5ccb9e1923
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
#slides-container #slides-container
#slides= slides #slides= slides
= haml :"_footer"

View File

@ -3,8 +3,8 @@
%head %head
%title= Attentive.title %title= Attentive.title
%script{:type => 'text/javascript', :src => 'assets/application.js'} %script{:type => 'text/javascript', :src => 'assets/application.js'}
%link{:rel => 'stylesheet', :href => 'assets/application.css', :type => 'text/css'}/
%style{:type => 'text/css'}= Pygments.css %style{:type => 'text/css'}= Pygments.css
%link{:rel => 'stylesheet', :href => 'assets/application.css', :type => 'text/css'}/
= haml :"_header" = haml :"_header"
%body.loading %body.loading
= yield = yield