diff --git a/web/mindflow.templ b/web/mindflow.templ index 35b328c..7574b2c 100644 --- a/web/mindflow.templ +++ b/web/mindflow.templ @@ -36,7 +36,8 @@ templ Mindflow(posts []mindflow.Post, categories []mindflow.Category, r *http.Re } else { } - + {{ ctz := util.ToClientTimezone(post.Date, r) }} + }