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

Implement a global {{ site.last_modified_at }} #84

Open xplosionmind opened 3 years ago

xplosionmind commented 3 years ago

I would love to add in my website’s footer a variable which displays when was the last change I did to any page of the website.

fv0 commented 2 years ago

Hi @xplosionmind, I think you can use {{ site.time }} for this (the current time, when you run the jekyll command).

Documentation: https://jekyllrb.com/docs/variables/#site-variables

xplosionmind commented 2 years ago

Yes, but it works for the whole website, not for when each page is updated