From 61e288d8d5df2d4c87dbf239af2dddc87e9e1dcf Mon Sep 17 00:00:00 2001 From: welpo Date: Sat, 18 Mar 2023 01:49:55 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20style:=20change=20default=20long?= =?UTF-8?q?=20date=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index f438d51..787fa34 100644 --- a/config.toml +++ b/config.toml @@ -18,7 +18,7 @@ highlight_theme = "css" [extra] # Date format used when listing posts (main page, /blog section, tag posts list…) # Default is "6th July 2049". -long_date_format = "" +long_date_format = "%d %B %Y" # Date format used for blog posts. # Default is "31st Dec 2011".