diff options
-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> |