Skip to content

Commit

Permalink
feat(helper/tagcloud): show_count option (hexojs/hexo#5047, hexojs/he…
Browse files Browse the repository at this point in the history
  • Loading branch information
renbaoshuo committed Sep 4, 2022
1 parent 5a99cca commit af95e3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/docs/helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,8 @@ Option | Description | Default
`end_color` | End color. You can use hex (`#b700ff`), rgba (`rgba(183, 0, 255, 1)`), hsla (`hsla(283, 100%, 50%, 1)`) or [color keywords]. This option only works when `color` is true. |
`class` | Class name prefix of tags
`level` | The number of different class names. This option only works when `class` is set. | 10
`show_count` | Display the number of posts for each tag | false
`count_class` | Class name of tag count | count

**Examples:**

Expand Down

0 comments on commit af95e3f

Please sign in to comment.