# File lib/nanoc/helpers/blogging.rb, line 81
      def sorted_relevant_articles
        relevant_articles.sort_by do |a|
          attribute_to_time(a[:created_at])
        end.reverse.first(limit)
      end