You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
747 B
Smarty
25 lines
747 B
Smarty
<div class="card" style="border-color: {categories.bgColor}">
|
|
<!-- BEGIN posts -->
|
|
<!-- IF @first -->
|
|
<div component="category/posts">
|
|
<p>
|
|
<strong>{categories.posts.user.username}</strong>
|
|
<a class="permalink" href="{relative_path}/topic/{categories.posts.topic.slug}<!-- IF categories.posts.index -->/{categories.posts.index}<!-- ENDIF categories.posts.index -->">
|
|
<small class="timeago" title="{categories.posts.relativeTime}"></small>
|
|
</a>
|
|
</p>
|
|
<div class="post-content">
|
|
{categories.posts.content}
|
|
</div>
|
|
</div>
|
|
<!-- ENDIF @first -->
|
|
<!-- END posts -->
|
|
|
|
<!-- IF !posts.length -->
|
|
<div component="category/posts">
|
|
<div class="post-content">
|
|
No new posts.
|
|
</div>
|
|
<div>
|
|
<!-- ENDIF !posts.length -->
|
|
</div> |