<% sorted_articles.each do |post| %>
日付: <%= post[:created_at] %>
タグ: <%= post[:tags].join("・") %>

<%= link_to post[:title], post.path %>

<%= get_summary(post.compiled_content) %>
<%= link_to "つづき", post.path %>
<% end %>