gjtorikian / jekyll-last-modified-at

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

Explain how dates are determined #51

Closed msh100 closed 4 years ago

msh100 commented 7 years ago

Closes #47

I also needed to know how this plugin determined dates and had to dig a bit more. I feel like this should be in the README.

Relevant source: https://github.com/gjtorikian/jekyll-last-modified-at/blob/master/lib/jekyll-last-modified-at/determinator.rb#L27

kylekirkby commented 5 years ago

LGTM ! :)

gjtorikian commented 4 years ago

Thanks!