📝 docs(config): clarify default short date format

This commit is contained in:
welpo 2023-08-28 13:46:38 +02:00
parent 3969504864
commit f57f3138c2
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6
2 changed files with 2 additions and 2 deletions

View File

@ -196,7 +196,7 @@ katex = false
long_date_format = "%d %B %Y"
# Date format used for blog posts.
# Default is "31st Dec 2011".
# Default is "6th July 2049" in English and "%-d %B %Y" in other languages.
short_date_format = ""
# Custom separator used in title tag and posts metadata (between date, time to read, and tags).

View File

@ -81,7 +81,7 @@ katex = false
long_date_format = "%d %B %Y"
# Date format used for blog posts.
# Default is "31st Dec 2011".
# Default is "6th July 2049" in English and "%-d %B %Y" in other languages.
short_date_format = ""
# Custom separator used in title tag and posts metadata (between date, time to read, and tags).