-
Notifications
You must be signed in to change notification settings - Fork 5
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
undefined method `generate' #6
Comments
Same for me. |
Me as well. |
I'm running jekyll 2.0.3 and heres the customised code I'm using to achieve pagination by post category:
|
@benxtan When using your code, the only pagination that works is the one defined by |
Hmm, good question. In my case, I only needed one of my categories to have pages. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I did the following :-
{% for post in paginator.posts %}
I then run jekyll build
This is the error I get back during the build process ...
Generating... error: undefined method `generate' for #Jekyll::Pagination:0x007fcd64121270
The text was updated successfully, but these errors were encountered: