mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
Added timestamps for toots
This commit is contained in:
parent
429024f027
commit
cab41b5587
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
||||||
<div>
|
<div>
|
||||||
<div class="e-content">
|
<div class="e-content">
|
||||||
<img width=50 src="{{ .account.avatar }}"/>
|
<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 }}
|
{{ .content | safeHTML }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue