octopress / paginate

A simple paginator for Jekyll sites.
MIT License
105 stars 37 forks source link

Sort collection by date #34

Closed ow closed 8 years ago

ow commented 8 years ago

Howdy,

I'm trying to paginate a collection by the date field I've stored in the front matter... is it possible? I tried to reverse the order but it didn't really help either.


---
layout: podcast
paginate:
  collection: podcasts
  pagination_dir: posts
  per_page: 6
  permalink: /podcast/:num/
  reversed: true 

---
ow commented 8 years ago

nvm, it's related to #33