2016-07-06 09:49:21 +02:00
|
|
|
<div class='post-container'></div>
|
2016-07-06 00:07:30 +02:00
|
|
|
<% if (ctx.featuredPost) { %>
|
|
|
|
<aside>
|
2016-08-27 20:08:58 +02:00
|
|
|
Featured post: <%= ctx.makePostLink(ctx.featuredPost.id, true) %>,<wbr>
|
|
|
|
posted <%= ctx.makeRelativeTime(ctx.featuredPost.creationTime) %> by <%= ctx.makeUserLink(ctx.featuredPost.user) %>
|
2016-07-06 00:07:30 +02:00
|
|
|
</aside>
|
|
|
|
<% } %>
|