octopress / paginate

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

Added 'match all tags' option #23

Open dugongosoft opened 8 years ago

dugongosoft commented 8 years ago

I added the possibility to paginate only items that contain ALL the tags specified in the 'tags' array.

You can do this adding:

paginate:
  match_all_tags: true