I would like to automatically insert a last updated timestamp (Not the date
variable for the page) for each post at Jekyll build time, how to achieve that? I think I have to declare a variable but I am not sure how to assign the value to that variable.
For example, some time I update an old post, beside showing the post date, I also want to show the last update date.
I have tried {{Time.now}}
but seems does not work.