From f57f3138c26a8187447f9bcbe9af6aa0861eb8e1 Mon Sep 17 00:00:00 2001 From: welpo Date: Mon, 28 Aug 2023 13:46:38 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(config):=20clarify=20defaul?= =?UTF-8?q?t=20short=20date=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.toml | 2 +- theme.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 17b867e..d1885fe 100644 --- a/config.toml +++ b/config.toml @@ -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). diff --git a/theme.toml b/theme.toml index 09e4bdb..e4d0ae9 100644 --- a/theme.toml +++ b/theme.toml @@ -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).