✨ feat(title): add invert_title_order
config option (#142)
This commit is contained in:
@@ -104,6 +104,10 @@ short_date_format = ""
|
||||
# Custom separator used in title tag and posts metadata (between date, time to read, and tags).
|
||||
separator = "•"
|
||||
|
||||
# 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
|
||||
|
||||
# Full path after the base URL required. So if you were to place it in "static" it would be "/favicon.ico"
|
||||
# favicon = ""
|
||||
|
||||
|
Reference in New Issue
Block a user