|
|
@ -1,6 +1,6 @@
|
|
|
|
<!-- BEGIN posts -->
|
|
|
|
<!-- BEGIN posts -->
|
|
|
|
<li>
|
|
|
|
<li>
|
|
|
|
<a href="/post/{posts.pid}">
|
|
|
|
<a href="{config.relative_path}/post/{posts.pid}">
|
|
|
|
<!-- IF posts.user.picture -->
|
|
|
|
<!-- IF posts.user.picture -->
|
|
|
|
<img title="{posts.user.username}" class="avatar avatar-sm avatar-rounded" src="{posts.user.picture}" />
|
|
|
|
<img title="{posts.user.username}" class="avatar avatar-sm avatar-rounded" src="{posts.user.picture}" />
|
|
|
|
<!-- ELSE -->
|
|
|
|
<!-- ELSE -->
|
|
|
|