<%= link_to t("txt.home.latest_from_blog"), blog_url %>
<% for post in blog_posts %>
<%= link_to(truncate(post.title, 83), post.url) %>
<%= t('txt.home.blog_post_info', :on => l(post.date, :format => :cute_long), :in => wp_categories_links(post.categories)) %>
<% end %>