Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: JAG should ignore global paginate value #5

Closed
paulrobertlloyd opened this issue Feb 15, 2014 · 1 comment
Closed

Bug: JAG should ignore global paginate value #5

paulrobertlloyd opened this issue Feb 15, 2014 · 1 comment
Labels
Milestone

Comments

@paulrobertlloyd
Copy link

I figured out the issue with my archive pagination: I had paginate: 10 set in my _config.yml file. Not only does thus mean pagination advances by this value rather than +/- 1, but information about archives immediately proceeding/following is incorrect as well.

Shouldn’t JAG ignore this value?

@itafroma
Copy link
Owner

Ah yes: Jekyll's pager from which JAG's inherits its a big too opinionated. JAG's pager no longer relies on its implementation so paginate (and for that matter, paginate_path) should no longer have an effect on it. The fix will be in 0.2.1.

Because JAG needs to diverge from Jekyll's native pager implementation, the API will likely change in 0.3.0: I'm tracking this at #6 and #7.

@itafroma itafroma added the bug label Feb 16, 2014
@itafroma itafroma added this to the 0.2.1 milestone Feb 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants