This commit is contained in:
Liang Ding
2018-09-26 21:28:52 +08:00
parent 982110525f
commit 4bd78b7cfa
14 changed files with 13 additions and 24 deletions

View File

@@ -30,10 +30,9 @@
${topBarReplacement}
<#include "header.ftl">
<h3 id="tag" style="cursor: pointer" class="nav-abs"
onclick="window.location.href='${servePath}/tag-articles-rss.do?oId=${tag.oId}'">
onclick="window.location.href='${servePath}/tags/${tag.tagTitle?url("UTF-8")}'">
${tag.tagTitle}
(${tag.tagPublishedRefCount})
<img src="${staticServePath}/images/feed.png" alt="RSS"/>
</h3>
<#include "article-list.ftl">
<#include "footer.ftl">