gjtorikian / jekyll-last-modified-at

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

GitHub pages shows newer date #95

Open nineteendo opened 9 months ago

nineteendo commented 9 months ago

I'm trying to add the last modified date to the pages on my website. But on GitHub pages it says that the page was recently updated, even though I last updated it in September.

Any ideas to fix this?

HeySora commented 7 months ago

Same issue here, something changed on GitHub's end because it was working fine a few months ago.

VerzatileDev commented 7 months ago

Interesting been trying to understand it myself, might be broken or somehow we both have misunderstood something

schizoidnightmares commented 5 months ago

Getting the same problem. The modified date appears fine locally, but not on the Cloudflare deployment. This repo hasn't been updated for 4 years. It's safe to assume the problem will persist. I'm currently troubleshooting. Will post back if I discover a solution.

schizoidnightmares commented 5 months ago

As a follow up. Nothing seemed to resolve this unfortunately. Not even setting fetch depth to 0. My only recourse is to remove this plugin from my site and input page modification dates manually, which makes more sense anyway since not all page modifications are visible to the user.