aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/blog/posts/index.html.erb
blob: a90ff2ce9dc1490de081e8870be665f6932f0026 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<% content_for :body_content_left do %>
  <%= @page[Page.default_parts.first.to_sym] %>

  <section id="blog_posts">
    <%= render :partial => "/blog/shared/post", :collection => @blog_posts %>
  </section>
<% end %>

<% content_for :body_content_right do %>
  <%= @page[Page.default_parts.second.to_sym] %>

  <%= render :partial => "/blog/shared/categories" %>
  <%= render :partial => "/blog/shared/rss_feed" %>
<% end %>

<%= render :partial => "/shared/content_page" %>
<% content_for :head, stylesheet_link_tag('refinerycms-blog') %>