<% content_for :head do %> <% if BlogPost::ShareThis.enabled? %> <% end %> <% end %> <% content_for :body_content_title, @blog_post.title %> <% content_for :body_content_left do %>

<%= t('blog.shared.posts.created_at', :when => @blog_post.published_at.strftime('%d %B %Y')) %>. <% if (categories = @blog_post.categories).any? %> <%= t('.filed_in') %> <% categories.each_with_index do |category, index| %> <%= link_to category.title, blog_category_url(category) -%><%= ',' if index < ((categories.length) - 1) %> <% end %> <% end %>

<%=raw @blog_post.body %> <% if BlogPost::ShareThis.enabled? %> <% end %>
<% if BlogPost.comments_allowed? %> <% end %> <% end %> <% content_for :body_content_right do %> <%= render :partial => "/blog/shared/categories" %> <%= render :partial => "/blog/shared/posts" %> <%= render :partial => "/blog/shared/rss_feed" %> <% end %> <%= render :partial => "/shared/content_page" %> <% content_for :head, stylesheet_link_tag('refinerycms-blog') %>