aaronpk / p3k

This is a repository for filing issues against the software the runs my website. The source code is not public, but various components are.
https://aaronparecki.com/
MIT License
14 stars 0 forks source link

Display lists in date order rather than filename order #42

Closed aaronpk closed 10 years ago

aaronpk commented 10 years ago

With being able to create posts for dates in the past, such as when importing old content or when bringing in older content via PESOS, the filenames will potentially not match the date order.

For example:

Now the order of the filenames doesn't match the order of the posts.

With a database, I could simply render the lists in date order, so the filename wouldn't really matter at that point.

aaronpk commented 10 years ago

Since 0.1.12 p3k-core is reading lists from the database and sorting by date rather than filename.