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