feat: allow sorting tags based on post count (#344)

Co-authored-by: welpo <welpo@users.noreply.github.com>
This commit is contained in:
Phil Schumann
2024-06-29 17:39:31 +02:00
committed by GitHub
parent a907f56bd5
commit 3d3f62cf20
7 changed files with 49 additions and 1 deletions

View File

@@ -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