👄 mobile
This commit is contained in:
@@ -75,10 +75,12 @@
|
||||
${article.articleCreateDate?string("yyyy-MM-dd")}
|
||||
</time>
|
||||
|
||||
<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>
|
||||
•
|
||||
|
||||
Reference in New Issue
Block a user