👄 mobile

This commit is contained in:
Van
2018-12-08 11:33:35 +08:00
parent 7839389d81
commit 2b822081da
5 changed files with 102 additions and 13 deletions

View File

@@ -75,10 +75,12 @@
${article.articleCreateDate?string("yyyy-MM-dd")}
</time>
&nbsp;
<span class="mobile__none">
<#list article.articleTags?split(",") as articleTag>
<a rel="tag" href="${servePath}/tags/${articleTag?url('UTF-8')}" class="ft__red">
${articleTag}</a><#if articleTag_has_next>,</#if>
${articleTag}</a><#if articleTag_has_next>, </#if>
</#list>
</span>
<div class="fn__right">
<a class="ft__red" href="${servePath}${article.articlePermalink}#comments"><#if article.articleCommentCount gt 0>${article.articleCommentCount} </#if>${commentLabel}</a>