✨ feat(tags): add compact_tags
option (#232)
Co-authored-by: arichtman <10679234+arichtman@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user