I\'m trying to do the following. I use Jekyll to create a list of posts, and ordertem by category (monday...sunday) I\'d like to have them displayed in chronological order b
simply add reversed in the for statement
reversed
for
{% for post in site.posts reversed %} ... {% endfor %}