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