gjtorikian / jekyll-last-modified-at

A Jekyll plugin to show the last_modified_at time of a post.
MIT License
243 stars 39 forks source link

Compatible with GitHub Page #32

Closed yitang closed 9 years ago

yitang commented 9 years ago

Hi,

I wonder if this plugin works with GitHub Page?

Also, could you please add a installation section on README.MD for Jekyll newbie?

Many thanks Yi

gjtorikian commented 9 years ago

It doesn't actually, unfortunately. It seems that the timestamp for the rebuild is always set to the last push, not the actual time the file was last modified.

I logged an internal bug to look at this.

ghost commented 7 years ago

I started using this gem yesterday and can confirm, at least for collections, it pulls the timestamp from the individual asset. @gjtorikian Please let me know if you'd like to see an example implementation. /cc @parkr @pathawks