sverrirs / jekyll-paginate-v2

Pagination Generator for Jekyll 3 (enhanced replacement for the old built-in jekyll-paginate gem) ⛺
https://rubygems.org/gems/jekyll-paginate-v2
MIT License
517 stars 285 forks source link

Paginating collections doesn't expose variables #214

Closed simprecicchiani closed 3 years ago

simprecicchiani commented 3 years ago

Hi, I'm trying to paginate a collection within a certain page but the paginate-v2 plugin behaviour is quite strange. I have my _posts paginating on a blog page correctly and I'd like to paginate another collection. It seems like the some files' front matter variables aren't exposed inside the {% for post in paginator.posts %}. It only recognises post.title, post.url and post.image. Could someone help me here?

simprecicchiani commented 3 years ago

Never mind, I switched to Hugo.