This (should) be easy, I think, but I\'m unable to get today\'s date to show in a Jekyll page using Liquid markup. According to the documentation, I should be able to do this to
{{ site.time }} represent the time the site did get updated it is a fixed date not a dynamic one.
{{ site.time }}
Such request require Javascript with Date.getTime() or Date.now() example:
Date.getTime()
Date.now()