This commit is contained in:
@@ -132,11 +132,9 @@
|
||||
<ul class="navi-tags">
|
||||
<#list mostUsedTags as tag>
|
||||
<li>
|
||||
<a rel="alternate" href="${servePath}/tag-articles-feed.do?oId=${tag.oId}">
|
||||
<img alt="${tag.tagTitle}" src="${staticServePath}/images/feed.png"/>
|
||||
</a>
|
||||
<a rel="tag" title="${tag.tagTitle}(${tag.tagPublishedRefCount})" href="${servePath}/tags/${tag.tagTitle?url('UTF-8')}">
|
||||
${tag.tagTitle}</a>(${tag.tagPublishedRefCount})
|
||||
<sup>[${tag.tagPublishedRefCount}]</sup>
|
||||
${tag.tagTitle}</a>
|
||||
</li>
|
||||
</#list>
|
||||
</ul>
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
<article>
|
||||
<cite>${tag1Label}</cite>
|
||||
<blockquote>
|
||||
<a rel="alternate" href="${servePath}/tag-articles-feed.do?oId=${tag.oId}"><span id="tagArticlesTag">
|
||||
<a rel="alternate" href="${servePath}/tags/${tag.tagTitle?url('UTF-8')}"><span id="tagArticlesTag">
|
||||
${tag.tagTitle}
|
||||
</span>(${tag.tagPublishedRefCount})</a>
|
||||
</blockquote>
|
||||
|
||||
Reference in New Issue
Block a user