# File lib/nanoc/helpers/blogging.rb, line 30
    def articles
      @items.select { |item| item[:kind] == 'article' }
    end