csswizardry / csswizardry.github.com

My site.
https://csswizardry.com
463 stars 90 forks source link

Current Year date - broken with Ruby update. #38

Closed Chrisedmo closed 11 years ago

Chrisedmo commented 11 years ago

Hi, after giving you the advice about how to get the current date, as 'now' - it looks like this is busted in the ruby 1.9.3.

So where you have: {{ 'now' | date: '%y' }} https://github.com/csswizardry/csswizardry.github.com/blob/master/_layouts/default.html#L106

I think you need to to try: {{ site.time | date: '%y' }}

csswizardry commented 11 years ago

Fixed, thanks :)