mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
✨ feat: use ordinal day number in dates
If the date_format variable in config.toml is empty, the new format date will be used. Example: 2nd August 2043.
This commit is contained in:
parent
e052371865
commit
0ecc6eff78
2 changed files with 30 additions and 5 deletions
|
@ -17,7 +17,7 @@ highlight_theme = "css"
|
|||
[extra]
|
||||
use_cdn = false
|
||||
|
||||
timeformat = "%d %B %Y" # Default format: "31 January 2049"
|
||||
date_format = "" # If unset, uses format: "1st January 2049"
|
||||
|
||||
#Full path after the base URL required. So if you were to place it in "static" it would be "/favicon.ico"
|
||||
favicon = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue