mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
🐛 fix: comment out empty date_format
Otherwise dates aren't rendered. Adds explanation in comments.
This commit is contained in:
parent
dceceff5fd
commit
026a240536
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ highlight_code = true
|
|||
highlight_theme = "css"
|
||||
|
||||
[extra]
|
||||
date_format = "" # If unset, uses format: "6 July 2049" ("%d %B %Y")
|
||||
# If unset, uses format: "6 July 2049" ("%d %B %Y"). Don't leave it empty or dates won't appear. Either use a proper format or comment out the line.
|
||||
# date_format = "%d %B %Y"
|
||||
|
||||
# Custom separator used in title tag and posts metadata (between date, time to read, and tags).
|
||||
separator = "•"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue