From 94482d0aae9d90af8c9c49521d7785eace0d5367 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sun, 15 Sep 2024 15:52:54 +0400 Subject: [PATCH] Fixed date format in mindflow. --- web/mindflow.templ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/mindflow.templ b/web/mindflow.templ index e126fda..16a1fc8 100644 --- a/web/mindflow.templ +++ b/web/mindflow.templ @@ -39,7 +39,7 @@ templ Mindflow(posts []mindflow.Post, categories []mindflow.Category, r *http.Re } {{ ctz := util.ToClientTimezone(post.Date, r) }} - + }