-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
How to show all archives? #1553
Labels
Comments
Have you tried to change |
Will it work if you delete |
I just need hexo-generator-archive. archive_generator:
per_page: 10
yearly: true
monthly: true |
@giuem
into
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Recently,I update hexo to 3.0. But I find my archives can't show ALL and it only show 5 items.
Here is my code.I think the problem is
page.posts
, it only return 5 items 😩_config.yml
archives.ejs
The text was updated successfully, but these errors were encountered: