<% @posts.each do |post| %>
<%= link_to post.title, post_path(post) %>
Posted
<%= standard_date(post.created_at) %>
by
Jason Gilstrap
<%= truncate(textilize(post.body), 400) %> <%= link_to 'Continue reading ยป', post_path(post) %>
<% end %>