Blog - Posts tagged with <%= params[:id].titleize %>

<% @posts.each do |post| %>

<%= post.title %>

<% if post.published_at %>

<%= post.published_at.to_date.to_formatted_s(:long_ordinal) %>

<% end %>

<%= post.body.html_safe if !post.body.blank? %>

<%= link_to 'read more', post %>

<% end %>
<%= render :partial => 'wafflemix/posts/sidebar' %>