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