From 026a2405368e30c6328c4e28d6200917abe21694 Mon Sep 17 00:00:00 2001 From: welpo Date: Mon, 6 Mar 2023 00:33:35 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20comment=20out=20empty=20`?= =?UTF-8?q?date=5Fformat`=20Otherwise=20dates=20aren't=20rendered.=20Adds?= =?UTF-8?q?=20explanation=20in=20comments.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 7157a27..cf55384 100644 --- a/config.toml +++ b/config.toml @@ -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 = "•"