From 79c72ad5bdc0290d2e19a82d1e0425dcc757626c Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Tue, 22 Feb 2022 14:54:16 -0700 Subject: [PATCH] US date formatting --- config/_default/params.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index e694dc7..8cc8bec 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -18,9 +18,9 @@ mainSections = ["post"] #contactFormAction = "https://formspree.io/f/your-form-hash-here" # Google Site Verify googleSiteVerify = "U9IpipB53J4-oqOojG29IDCgopThWA-fegNu76eJPtE" -indexDateFormat = "2/1/2006" -listDateFormat = "2/1/2006" -singleDateFormat = "2/1/2006" +indexDateFormat = "1/2/2006" +listDateFormat = "1/2/2006" +singleDateFormat = "1/2/2006" # Commento Comments # CommentoURL = "https://commento.example.com/js/commento.js" # Read More links for truncated summaries