how to correct the posts order? #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
hi.
i installed heckle: http://as3.brite.biz:35623/ ,but the posts are not arranged as per the publishing time.
the post http://as3.brite.biz:35623/mountain-song.html and http://as3.brite.biz:35623/chinese-economy.html is published after the post http://as3.brite.biz:35623/test2.html ,they should be above http://as3.brite.biz:35623/test2.html ,right?
so how to correct the posts order?
tks.
Heckle sorts only by the publishing date in the filename. It does not look at file timestamps at all (since, in the typical setup where the blog is a git repository, those are rarely meaningful). If you need a specific sorting within days, you'll have to add a mechanism for that—maybe allow times in the filenames?