-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Amount option to tagcloud
#662
Conversation
@@ -43,9 +43,9 @@ | |||
</div> | |||
<div class="tag-cloud-tags"> | |||
{% if not theme.tagcloud %} | |||
{{ tagcloud({min_font: 12, max_font: 30, amount: 300, color: true, start_color: '#ccc', end_color: '#111'}) }} | |||
{{ tagcloud({min_font: 12, max_font: 30, amount: 200, color: true, start_color: '#ccc', end_color: '#111'}) }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
default 300 -> 200?
😆 why 200 -> 300 -> 200? |
@1v9 @jiangtj iissnan/hexo-theme-next@de271c1, "Temporary" solution for #1908, so change it back... |
I think keep it, or add a statement for tagcloud amount, Hmmm seems no need to add a statement... |
I'll add it to the docs in theme-next.org |
tagcloud: + amount: 200
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue resolved: iissnan/hexo-theme-next#1908
What is the new behavior?
How to use?
In NexT
_config.yml
:Does this PR introduce a breaking change?