Updates:
Latest....
<% if @latest_post %>
<%= @latest_post.title %>
<%=@latest_post.created_at.in_time_zone("Eastern Time (US & Canada)").strftime("%B %d, %Y %H:%M %p") %>
<%= truncate(@latest_post.body.to_plain_text, length: 200) %>
Category: <%= @latest_post.blog.title %>
<%= link_to 'Read More', profile_blog_post_path(@latest_post.blog.profile, @latest_post.blog, @latest_post) %>
<% else %>
No posts yet.
<% end %>
more linkz... Sillyblog
Writing Portfolio
Journal