aboutsummaryrefslogtreecommitdiff
path: root/source/_layouts/blog_post.haml
diff options
context:
space:
mode:
Diffstat (limited to 'source/_layouts/blog_post.haml')
-rw-r--r--source/_layouts/blog_post.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/_layouts/blog_post.haml b/source/_layouts/blog_post.haml
index 112df953..8201632e 100644
--- a/source/_layouts/blog_post.haml
+++ b/source/_layouts/blog_post.haml
@@ -25,8 +25,8 @@ google_analytics_tracking_id:
#header= include "header.haml"
#nav= include "navigation.haml"
#page
- .page_width
+ #content
#main
- .blog= include "post.haml"
+ .blog.content= include "post.haml"
#sidebar= include "sidebar.haml"
= include "footer.haml" \ No newline at end of file