This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
</#if>
|
||||
|
||||
<#if 0 != mostUsedTags?size>
|
||||
<div class="block popTags">
|
||||
<div class="block">
|
||||
<h3>${tagsLabel}</h3>
|
||||
<ul>
|
||||
<#list mostUsedTags as tag>
|
||||
@@ -119,8 +119,6 @@
|
||||
<a rel="tag" title="${tag.tagTitle}(${tag.tagPublishedRefCount})" href="${servePath}/tags/${tag.tagTitle?url('UTF-8')}">
|
||||
${tag.tagTitle}(${tag.tagPublishedRefCount})
|
||||
</a>
|
||||
<img onclick="window.location='${servePath}/tag-articles-feed.do?oId=${tag.oId}'"
|
||||
alt="${tag.tagTitle}" src="${staticServePath}/images/feed.png"/>
|
||||
</li>
|
||||
</#list>
|
||||
</ul>
|
||||
|
@@ -38,7 +38,7 @@
|
||||
<div class="left main">
|
||||
<h2 class="title">
|
||||
${tag1Label}
|
||||
<a rel="alternate" href="${servePath}/tag-articles-feed.do?oId=${tag.oId}">${tag.tagTitle}(${tag.tagPublishedRefCount})</a>
|
||||
<a rel="alternate" href="${servePath}/tags/${tag.tagTitle?url('UTF-8')}">${tag.tagTitle}(${tag.tagPublishedRefCount})</a>
|
||||
</h2>
|
||||
<#include "article-list.ftl">
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user