Merge branch 'hotfix_tag_list' into master

This commit is contained in:
Robin Malley 2021-01-10 21:52:24 +00:00
commit 18f47bf708
1 changed files with 3 additions and 0 deletions

View File

@ -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 %>