Stefan4472 / Stefans-Blog

Personal blogging platform built in Python
MIT License
0 stars 0 forks source link

Allow ordering of "featured" posts #114

Open Stefan4472 opened 1 year ago

Stefan4472 commented 1 year ago

Right now, you can mark a post as featured. However, you can't specify the order that featured posts will be displayed in the main carousel. This would be a nice feature to have.

In the meantime, the simplest improvement would be to order by publish_date descending.