This commit is contained in:
Van
2019-02-27 22:41:09 +08:00
parent 0defece290
commit d9b9c0d3d2
35 changed files with 172 additions and 434 deletions

View File

@@ -48,9 +48,13 @@
<#list article.articleTags?split(",") as articleTag>
<#if articleTag_index == 0>
<div class="ico ico--${article_index % 10}"></div>
<#if article.category??>
<a class="item__tag" href="${servePath}/category/${article.category.categoryURI}">${article.category.categoryTitle}</a>
<#else>
<a rel="tag" class="item__tag" href="${servePath}/tags/${articleTag?url('UTF-8')}">
${articleTag}
</a>
</#if>
</#if>
</#list>
</div>