--- title: blog --- #posts - sorted_articles.each do |article| .post %p.date= get_pretty_date(article) %h2.title= link_to article[:title], article.path, title: article[:title] %p.summary= article[:summary]