<%= image_tag post.image.file %>
<% end %>
<%= post.title %>
Posted <%= post.created_at.strftime("%B %d") %>
<%=raw HTML_Truncator.truncate(post.content, 50) %>
<%= link_to 'Read More', article_path(post) %>
<%=raw HTML_Truncator.truncate(post.content, 50) %>