From 07b253de244ee24811c67ef42b5378f3d36fbaa0 Mon Sep 17 00:00:00 2001 From: vulonkaaz <7442677+vulonkaaz@users.noreply.github.com> Date: Fri, 5 Jul 2024 20:32:59 +0200 Subject: id of posts in thread --- views/thread.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'views/thread.html') diff --git a/views/thread.html b/views/thread.html index 6106b79..0611c26 100644 --- a/views/thread.html +++ b/views/thread.html @@ -15,7 +15,8 @@ {{ range .posts }}
-

{{.CreatedAt}}

+

id: {{.Id}}
+ {{.CreatedAt}}

{{ end }} -- cgit v1.2.3