forked from deepStateMirrors/tabi
✨ feat(tags): add compact_tags
option (#232)
Co-authored-by: arichtman <10679234+arichtman@users.noreply.github.com>
This commit is contained in:
parent
0b13dd306d
commit
d257e022ea
6 changed files with 79 additions and 12 deletions
|
@ -129,6 +129,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue