dillonkearns / elm-pages-starter

Starter blog for elm-pages
https://elm-pages-starter.netlify.com
95 stars 41 forks source link

New feature: Sort posts by date #7

Closed vViktorPL closed 4 years ago

vViktorPL commented 4 years ago

I am aware that starter kits should be as minimal as possible as it is up to their user to customize them, although IMHO most people will use it for blogging and I think posts sorted by date is most intuitive behavior that sometimes can be a feature that is taken for granted.

Hence, I've created two helper functions in Index.elm:

And the second one (descending) is used as default which will result that newest posts will appear as first on the index page.

dillonkearns commented 4 years ago

I completely agree! I've been meaning to port that code over from the elm-pages.com blog. Thanks so much for the PR 🙏