Merge branch 'hotfix_tag_list' into master
This commit is contained in:
commit
18f47bf708
|
@ -17,6 +17,9 @@
|
|||
<% local tag = story.tags[i] %>
|
||||
<{system cat src/pages/parts/taglist.etlua}>
|
||||
<% end %>
|
||||
<% if #story.tags > 5 then %>
|
||||
<li>+<%= #story.tags - 5 %></li>
|
||||
<% end %>
|
||||
</ul>
|
||||
</td><td>
|
||||
<%= story.posted %>
|
||||
|
|
Loading…
Reference in New Issue