|
|
@ -6,10 +6,13 @@
|
|
|
|
<a class="topic-title" href="{config.relative_path}/topic/{posts.topic.slug}/{posts.index}">
|
|
|
|
<a class="topic-title" href="{config.relative_path}/topic/{posts.topic.slug}/{posts.index}">
|
|
|
|
<!-- IF !posts.isMainPost -->RE: <!-- ENDIF !posts.isMainPost -->{posts.topic.title}
|
|
|
|
<!-- IF !posts.isMainPost -->RE: <!-- ENDIF !posts.isMainPost -->{posts.topic.title}
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
|
|
<div component="post/content" class="content">
|
|
|
|
<div component="post/content" class="content">
|
|
|
|
{posts.content}
|
|
|
|
{posts.content}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<small class="topic-category">[[global:posted_in, <a href="{config.relative_path}/category/{posts.category.slug}">{posts.category.name}</a>]]</small>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="post-info">
|
|
|
|
<div class="post-info">
|
|
|
|
<a href="{config.relative_path}/user/{posts.user.userslug}">
|
|
|
|
<a href="{config.relative_path}/user/{posts.user.userslug}">
|
|
|
|
<!-- IF posts.user.picture -->
|
|
|
|
<!-- IF posts.user.picture -->
|
|
|
@ -23,11 +26,6 @@
|
|
|
|
<a href="{config.relative_path}/user/{posts.user.userslug}">{posts.user.username}</a><br />
|
|
|
|
<a href="{config.relative_path}/user/{posts.user.userslug}">{posts.user.username}</a><br />
|
|
|
|
<span class="timeago" title="{posts.relativeTime}"></span>
|
|
|
|
<span class="timeago" title="{posts.relativeTime}"></span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="post-meta">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|