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 get this date's year:
{{ 'now' | date: "%Y" }}
But all that gets rendered is the string now
, not any formatted date. What am I doing wrong?
ruby 2.0.0p481 (2014-05-08 revision 45883) [universal.x86_64-darwin14]
it's working – Rebirth