2014-09-17 18:34:57 +02:00
|
|
|
<li class="post post-type-<%= post.contentType %> ">
|
|
|
|
<a class="link"
|
2014-09-21 09:35:43 +02:00
|
|
|
title="<%= _.map(post.tags, function(tag) { return '#' + tag.name; }).join(', ') %>"
|
2014-09-17 18:34:57 +02:00
|
|
|
href="#/post/<%= post.id %>">
|
|
|
|
|
2014-09-24 23:24:51 +02:00
|
|
|
<img class="thumb" src="/data/thumbnails/160x160/posts/<%= post.name %>" alt="<%= post.idMarkdown %>"/>
|
2014-09-17 18:34:57 +02:00
|
|
|
</a>
|
|
|
|
</li>
|