gjtorikian / jekyll-last-modified-at

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

All dates are the same #77

Closed Vel-San closed 3 years ago

Vel-San commented 4 years ago

Am i doing something wrong, not sure.

So i'm using the {{ page.last_modified_at | date: "%b %-d, %Y at %r" }}, it shows in all posts properly but the date is the same, even tho i didn't edit any of the pages yet.

I tried again with editing a page to see if the date will change but it's still the same. Should i change something ?