updated layout
This commit is contained in:
parent
edddebd4f1
commit
5ccb9e1923
|
@ -1,3 +1,4 @@
|
|||
#slides-container
|
||||
#slides= slides
|
||||
= haml :"_footer"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue