mirror of
https://github.com/wezm/wezm.net.git
synced 2024-12-18 18:29:54 +00:00
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
|
module Helpers
|
||||||
|
|
||||||
def self.parse_post_date(article)
|
def self.parse_post_date(article)
|
||||||
Time.parse(article[:created_at])
|
article[:created_at]
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue