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
|
@ -150,6 +150,11 @@ separator = "•"
|
|||
# Compact: tag_name^n (superscript number)
|
||||
compact_tags = false
|
||||
|
||||
# How tags are sorted in a Tags listing based on templates/tags/list.html.
|
||||
# "name" for alphabetical, "frequency" for descending count of posts.
|
||||
# Default: "name".
|
||||
tag_sorting = "name"
|
||||
|
||||
# Invert the order of the site title and page title in the browser tab.
|
||||
# Example: true => "Blog • ~/tabi", false => "~/tabi • Blog"
|
||||
invert_title_order = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue