diff options
Diffstat (limited to 'app/views/refinery/pages/home.html.erb')
-rw-r--r-- | app/views/refinery/pages/home.html.erb | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/app/views/refinery/pages/home.html.erb b/app/views/refinery/pages/home.html.erb index 2e8837c..66cd6b7 100644 --- a/app/views/refinery/pages/home.html.erb +++ b/app/views/refinery/pages/home.html.erb @@ -1,4 +1,4 @@ -<% content_for :body_content_left do %> +<% content_for :body do %> <%= raw @page.content_for(Refinery::Pages.default_parts.first.to_sym) if Refinery::Pages.default_parts.any? %> <% if @posts.any? %> @@ -11,10 +11,8 @@ <% end %> <% end %> -<% content_for :body_content_right_prepend do -%> - <%= raw @page.content_for(Refinery::Pages.default_parts.second.to_sym) %> -<% end if Refinery::Pages.default_parts.many? -%> -<%= render :partial => '/refinery/blog/shared/body_content_right' %> +<%= render "/refinery/content_page", + :hide_sections => [:side_body, :body_content_right] + %> -<%= render :partial => "/refinery/content_page" %> <% content_for :stylesheets, stylesheet_link_tag('refinery/blog/frontend') %> |