✨ 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:
@@ -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 = ""
|
||||
|
Reference in New Issue
Block a user