|
|
|
@ -158,7 +158,13 @@
|
|
|
|
|
|
|
|
|
|
<small>
|
|
|
|
|
<span class="pull-right post-preview-footer">
|
|
|
|
|
<a href="{config.relative_path}/user/{posts.user.userslug}"><img class="user-img" title="{posts.user.username}" src="{posts.user.picture}"/></a>
|
|
|
|
|
<a href="{config.relative_path}/user/{posts.user.userslug}">
|
|
|
|
|
<!-- IF posts.user.picture -->
|
|
|
|
|
<img class="user-img" title="{posts.user.username}" src="{posts.user.picture}"/>
|
|
|
|
|
<!-- ELSE -->
|
|
|
|
|
<div class="user-icon user-img" style="background-color: {posts.user.icon:bgColor};">{posts.user.icon:text}</div>
|
|
|
|
|
<!-- ENDIF posts.user.picture -->
|
|
|
|
|
</a>
|
|
|
|
|
[[global:posted_in_ago, <a href="{config.relative_path}/category/{posts.category.slug}"><i class="fa {posts.category.icon}"></i> {posts.category.name}</a>, <span class="timeago" title="{posts.relativeTime}"></span>]]
|
|
|
|
|
</span>
|
|
|
|
|
</small>
|
|
|
|
|