Skip to content

Commit

Permalink
docs(helpers/list_tags): fix typo (#2215)
Browse files Browse the repository at this point in the history
Signed-off-by: KentarouTakeda <[email protected]>
  • Loading branch information
KentarouTakeda authored Jul 6, 2024
1 parent 402c6fd commit 0d324e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/docs/helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ Inserts a list of all tags.

| Option | Description | Default |
| ------------ | ----------------------------------------------------------------------------------------------------------------------- | ------- |
| `orderby` | Order of categories | name |
| `orderby` | Order of tags | name |
| `order` | Sort of order. `1`, `asc` for ascending; `-1`, `desc` for descending | 1 |
| `show_count` | Display the number of posts for each tag | true |
| `style` | Style to display the tag list. `list` displays tags in an unordered list. Use `false` or any other value to disable it. | list |
Expand Down

0 comments on commit 0d324e1

Please sign in to comment.