Fix error

This commit is contained in:
Alessio 2023-08-14 01:12:14 -03:00
parent 107d21b7e6
commit e1e581504f

View File

@ -45,7 +45,7 @@
<div class="user-feed-tweets">
{{range .Items}}
{{template "tweet" .TweetID}}
{{template "tweet" .}}
{{end}}
</div>
{{end}}