Added timestamps for toots

This commit is contained in:
Brandon Rozek 2022-05-05 13:24:15 -04:00
parent 429024f027
commit cab41b5587

View file

@ -22,6 +22,7 @@
<div>
<div class="e-content">
<img width=50 src="{{ .account.avatar }}"/>
<p class="date">Published on <time class="dt-published" datetime='{{ .created_at }}'>{{ dateFormat "January 2, 2006 15:04" (time .created_at) }}</time></p>
{{ .content | safeHTML }}
</div>
</div>