feat(tags): add compact_tags option (#232)

Co-authored-by: arichtman <10679234+arichtman@users.noreply.github.com>
This commit is contained in:
Óscar Fernández
2023-12-30 16:41:08 +01:00
committed by GitHub
parent 0b13dd306d
commit d257e022ea
6 changed files with 79 additions and 12 deletions

View File

@@ -108,6 +108,11 @@ short_date_format = ""
# Custom separator used in title tag and posts metadata (between date, time to read, and tags).
separator = "•"
# Use a shorter layout for All tags listing.
# Default: tag_name n post[s]
# Compact: tag_name^n (superscript number)
compact_tags = false
# 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