# File lib/nanoc/helpers/tagging.rb, line 50
    def items_with_tag(tag)
      @items.select { |i| (i[:tags] || []).include?(tag) }
    end