✨ feat: allow sorting tags based on post count (#344)
Co-authored-by: welpo <welpo@users.noreply.github.com>
This commit is contained in:
@@ -192,6 +192,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
|
||||
|
Reference in New Issue
Block a user