This commit is contained in:
Van
2018-11-16 11:34:12 +08:00
parent 2558fac0a1
commit 6b521a0d05
5 changed files with 45 additions and 22 deletions

View File

@@ -86,7 +86,10 @@
<div class="ft__center">
<span class="tag">
<i class="icon__tags"></i>
${article.articleTags}
<#list article.articleTags?split(",") as articleTag>
<a rel="tag" href="${servePath}/tags/${articleTag?url('UTF-8')}">
${articleTag}</a><#if articleTag_has_next>,</#if>
</#list>
</span>
<a class="tag" href="${servePath}${article.articlePermalink}#comments">
<i class="icon__comments"></i> ${article.articleCommentCount} ${commentLabel}