|
|
|
@ -3,7 +3,13 @@
|
|
|
|
|
<!-- IF @first -->
|
|
|
|
|
<div component="category/posts">
|
|
|
|
|
<p>
|
|
|
|
|
<a href="{config.relative_path}/user/{../user.userslug}"><img class="user-img" title="{../user.username}" src="{../user.picture}" /></a>
|
|
|
|
|
<a href="{config.relative_path}/user/{../user.userslug}">
|
|
|
|
|
<!-- IF ../user.picture -->
|
|
|
|
|
<img class="user-img" title="{../user.username}" src="{../user.picture}" />
|
|
|
|
|
<!-- ELSE -->
|
|
|
|
|
<span class="user-icon user-img" style="background-color: {../user.icon:bgColor};">{../user.icon:text}</span>
|
|
|
|
|
<!-- ENDIF ../user.picture -->
|
|
|
|
|
</a>
|
|
|
|
|
<a class="permalink" href="{config.relative_path}/topic/{../topic.slug}<!-- IF ../index -->/{../index}<!-- ENDIF ../index -->">
|
|
|
|
|
<small class="timeago" title="{../relativeTime}"></small>
|
|
|
|
|
</a>
|
|
|
|
|