mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-22 15:21:01 +00:00
12 lines
356 B
HTML
12 lines
356 B
HTML
<div class="status">
|
|
<h3 class="author">
|
|
<a href="{{ status.identity.urls.view }}">
|
|
{{ status.identity }}
|
|
<small>{{ status.identity.handle }}</small>
|
|
</a>
|
|
</h3>
|
|
<time>
|
|
<a href="{{ status.urls.view }}">{{ status.created | timesince }} ago</a>
|
|
</time>
|
|
{{ status.text | linebreaks }}
|
|
</div>
|