# File lib/nanoc/base/source_data/layout.rb, line 90
    def checksum
      attributes = @attributes.dup
      attributes.delete(:file)
      @raw_content.checksum + ',' + attributes.checksum
    end