From f36a545c930500a4ad79d62e966462f7b8d3609d Mon Sep 17 00:00:00 2001 From: surtur Date: Thu, 1 Sep 2022 20:17:21 +0200 Subject: [PATCH] config: format datetime according to RFC1123Z --- config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index c0a7262..b89aa84 100644 --- a/config.toml +++ b/config.toml @@ -16,10 +16,10 @@ enableEmoji = true tag = 'tags' [params] - dateform = "Jan 2, 2006" - dateformShort = "Jan 2" - dateformNum = "2006-02-01" - dateformNumTime = "2006-02-01T15:04+00:00" + dateform = "02 Jan 2006" + dateformShort = "02 Jan" + dateformNum = "02 Jan 2006" + dateformNumTime = "Mon, 02 Jan 2006 15:04:05 -0700" # Metadata mostly used in document's head description = "dotya.ml homepage" keywords = "homepage, development, git, programming"