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