# File lib/nanoc/helpers/blogging.rb, line 39
    def sorted_articles
      articles.sort_by do |a|
        attribute_to_time(a[:created_at])
      end.reverse
    end