add timeago; simplify right hand side of categories
parent
b336d3cdad
commit
58d3f9df5b
@ -1,7 +1,10 @@
|
||||
<!-- BEGIN posts -->
|
||||
<!-- IF @first -->
|
||||
<div class="card" style="border-color: {categories.bgColor}">
|
||||
<p class=""><strong>{categories.posts.user.username}</strong>: {categories.posts.content}</p>
|
||||
<p>
|
||||
<strong>{categories.posts.user.username}</strong> <small class="timeago" title="{categories.posts.relativeTime}"></small>
|
||||
</p>
|
||||
{categories.posts.content}
|
||||
</div>
|
||||
<!-- ENDIF @first -->
|
||||
<!-- END posts -->
|
Loading…
Reference in New Issue