jekyll-paginate-v2
jekyll-paginate-v2 copied to clipboard
Paginator for category
Hi, thanks for this plugin. Can I use like
{% for category in paginator.categories %}{% for post in category.last %}{{ post.title }}{% endfor %}{% endfor %}