<%- story.title %>
|
<% if story.isanon then %>
By Anonymous
<% else %>
By <%= story.author %>
<% end %>
|
<%= story.hits %> hits
|
<% for i = 1,math.min(#story.tags, 5) do %>
<% local tag = story.tags[i] %>
<{system cat src/pages/parts/taglist.etlua}>
<% end %>
|
<%= story.posted %>
|