From dd02d522603f71dd1e688b9e508937f6b62641f2 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 9 Jan 2026 14:01:04 -0700 Subject: [PATCH] Remove seconds from timestamps. --- hugo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.yaml b/hugo.yaml index c4067b2..7365493 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -47,7 +47,7 @@ params: dateform : "January 2, 2006" dateformShort : "Jan 2" dateformNum : "2006-01-02" - dateformNumTime : "2006-01-02 15:04:00" + dateformNumTime : "2006-01-02 15:04" # Subtitle for home homeSubtitle: "Blogposts, recipes, musings, and more."