diff options
Diffstat (limited to '')
| -rw-r--r-- | source/_layouts/default.haml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source/_layouts/default.haml b/source/_layouts/default.haml index ef41e254..9f4468b7 100644 --- a/source/_layouts/default.haml +++ b/source/_layouts/default.haml @@ -25,7 +25,8 @@ google_analytics_tracking_id: #header= include "header.haml" #nav= include "navigation.haml" #page - .page_width - #main= preserve rp(content) + #content + #main + .content= preserve rp(content) #sidebar= include "sidebar.haml" = include "footer.haml"
\ No newline at end of file |
