mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
improved layout flexibility
This commit is contained in:
@ -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"
|
||||
@ -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"
|
||||
Reference in New Issue
Block a user