mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
✨ 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,15 @@ Establecer `compact_tags = true` mostrará las mismas de este modo:
|
|||
|
||||
[NombreEtiqueta](#) <sup>n</sup>
|
||||
|
||||
### Orden de las etiquetas
|
||||
|
||||
| Página | Sección | `config.toml` | Sigue la jerarquía | Requiere JavaScript |
|
||||
|:------:|:-------:|:-------------:|:---------------:|:-------------------:|
|
||||
| ❌ | ❌ | ✅ | ❌ | ❌ |
|
||||
|
||||
Por defecto, la [página de etiquetas](/es/tags) ordena las etiquetas alfabéticamente, dada la configuración predeterminada de `tag_sorting = "name"`.
|
||||
Si configuras `tag_sorting = "frequency"`, se ordenarán según el número de publicaciones (de mayor a menor).
|
||||
|
||||
---
|
||||
|
||||
## Integración con repositorios Git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue