From 5ccb9e192307fc1585ddd73a494bb8c0373bc798 Mon Sep 17 00:00:00 2001 From: Scott Davis Date: Mon, 12 Mar 2012 23:03:28 -0400 Subject: [PATCH] updated layout --- views/index.haml | 1 + views/layout.haml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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