Sha256: 65a690204bc7add9afe6ab71d04161a169b01708465a4c56e19e5eeef5fd81e0
Contents?: true
Size: 250 Bytes
Versions: 11
Compression:
Stored size: 250 Bytes
Contents
Jekyll::Hooks.register :posts, :pre_render do |post| # get the current post last modified time modification_time = File.mtime( post.path ) # inject modification_time in post's datas. post.data['last-modified-date'] = modification_time end
Version data entries
11 entries across 11 versions & 1 rubygems