🐛 fix: comment out empty `date_format`

Otherwise dates aren't rendered. Adds explanation in comments.
main
welpo 2 years ago
parent dceceff5fd
commit 026a240536
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

@ -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…
Cancel
Save