forked from deepStateMirrors/tabi
✨ feat: allow sorting tags based on post count (#344)
Co-authored-by: welpo <welpo@users.noreply.github.com>
This commit is contained in:
parent
a907f56bd5
commit
3d3f62cf20
7 changed files with 49 additions and 1 deletions
|
|
@ -237,6 +237,16 @@ Setting `compact_tags = true` will display them as:
|
|||
|
||||
[TagName](#) <sup>n</sup>
|
||||
|
||||
### Tags Sorting
|
||||
|
||||
| Page | Section | `config.toml` | Follows Hierarchy | Requires JavaScript |
|
||||
|:----:|:-------:|:-------------:|:-----------------:|:-------------------:|
|
||||
| ❌ | ❌ | ✅ | ❌ | ❌ |
|
||||
|
||||
By default, the [tags page](/tags) sorts tags alphabetically, given the default setting of `tag_sorting = "name"`.
|
||||
|
||||
Setting `tag_sorting = "frequency"` will sort them by number-of-posts (descending).
|
||||
|
||||
---
|
||||
|
||||
## Git Repository Integration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue