forked from wezm/wezm.net
It appears nanoc parses created_at by default now
This commit is contained in:
parent
d62c152a44
commit
51a69c6f91
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ module WezM
|
|||
module Helpers
|
||||
|
||||
def self.parse_post_date(article)
|
||||
Time.parse(article[:created_at])
|
||||
article[:created_at]
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue