You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's all mixed up and crazy. Working on fixing it up in #22, but I don't have the energy and interest right now. Feel free to complete that work if you have free time.
I'm using Jekyll::Paginate::Pager to build tag indexes for my blog: https://github.com/stevecrozz/lithostech.com/blob/master/_plugins/tag_indexes.rb
But since this class references site.config inside ::paginate_path (https://github.com/jekyll/jekyll-paginate/blob/master/lib/jekyll-paginate/pager.rb#L66) I cannot reuse this class for paginating anything that doesn't share the same 'paginate_path.' I propose we modify the ::paginate_path method to accept config as an argument so I can reuse it.
If you agree, I can supply a PR and a test case.
The text was updated successfully, but these errors were encountered: