From 24aed9739045e2a932c939d05014e85170611b79 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Mon, 3 Jun 2024 19:13:54 +0200 Subject: [PATCH] Set proper date format --- config/_default/params.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/_default/params.toml b/config/_default/params.toml index d674f78..19af650 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -4,6 +4,7 @@ enableSearch = true enableCodeCopy = true smartTOC = true robots = "all" +dateFormat = "2006-01-02" homepage.layout = "profile" homepage.showRecent = true