# File lib/jekyll/static_file.rb, line 35
    def mtime
      File.stat(path).mtime.to_i
    end