<% content_for :body_content_left do %>
<%= render 'post' %>
<% if BlogPost.comments_allowed? %> <% end %> <% end %> <% content_for :body_content_right do %> <%= render :partial => "/blog/shared/categories" %> <%= render :partial => "/blog/shared/tags" %> <%= render :partial => "/blog/shared/posts" %> <%= render :partial => "/blog/shared/rss_feed" %> <%= blog_archive_list %> <% end %> <%= render :partial => "/shared/content_page", :locals => { :remove_automatic_sections => true } %> <% content_for :stylesheets, stylesheet_link_tag('refinerycms-blog') %> <% content_for :before_javascript_libraries, jquery_include_tags(:jquery_ui => false) %> <% content_for :javascripts do %> <%# enable AJAX'd post nav at your own risk until html5 history API implemented. %> <%#= javascript_include_tag('refinerycms-blog') %> <% end if BlogPost::ShareThis.enabled? %>