diff options
Diffstat (limited to 'client/html/similar_post_item.tpl')
| -rw-r--r-- | client/html/similar_post_item.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/html/similar_post_item.tpl b/client/html/similar_post_item.tpl new file mode 100644 index 0000000..7203b1e --- /dev/null +++ b/client/html/similar_post_item.tpl @@ -0,0 +1,5 @@ +<li> + <a href='<%= ctx.getPostUrl(ctx.id, ctx.parameters) %>'> + <%= ctx.makeThumbnail(ctx.thumbnailUrl) %> + </a> +</li> |