Closed AndreasOM closed 8 years ago
Interesting. I also have no idea about the side effects. We can add it and see what happens 😎 Just send a PR.
PR #26 - only tested this for one of my wordpress to hugo migrations so far, but "it worked for me".
Thanks a lot. When at least 3 people start complaining we should remove this PR.
With multiple posts on the same date the order gets mixed up.
Changing
return date('Y-m-d', $unixTime);
toreturn date('c', $unixTime);
infunction _getPostDate [...]
fixed the issue for me.
Not sure about the other implications, so not creating a pull request.