From d6ba5569b84353b5ee81b0b3bd63757771c01664 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sun, 26 Nov 2023 15:29:11 +0530 Subject: [PATCH] fix human error in formatting date with ISO 8601 --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 6604e07..41c4364 100644 --- a/hugo.toml +++ b/hugo.toml @@ -20,7 +20,7 @@ gravatar = "thefirst1322@gmail.com" info = "haccerman" # https://www.iso.org/iso-8601-date-and-time-format.html -dateFormat = "2006-02-01" +dateFormat = "2006-01-02" # always left to right text, nothing barbaric here rtl = false