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?