diff options
author | vulonkaaz <7442677+vulonkaaz@users.noreply.github.com> | 2024-07-05 20:32:59 +0200 |
---|---|---|
committer | vulonkaaz <7442677+vulonkaaz@users.noreply.github.com> | 2024-07-05 20:32:59 +0200 |
commit | 07b253de244ee24811c67ef42b5378f3d36fbaa0 (patch) | |
tree | 3e844dd618a96b52201917d380968c6de66b62cf | |
parent | 1ea1d7fadf44deecbdc5b8e1bd0f17c6a8a0f9d7 (diff) |
id of posts in thread
-rw-r--r-- | views/thread.html | 3 |
1 files changed, 2 insertions, 1 deletions
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 }} <article> <img src="{{.Picture}}"> - <p>{{.CreatedAt}}</p> + <p>id: {{.Id}}<br> + {{.CreatedAt}}</p> </article> {{ end }} </section> |