This commit is contained in:
Liang Ding 2019-04-08 14:30:53 +08:00
parent cfd5d476cd
commit 3fbc732017
No known key found for this signature in database
GPG Key ID: 136F30F901A2231D
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
<a class="item__abstract" pjax-title="${article.articleTitle}"
href="${servePath}${article.articlePermalink}">
<#if article.articleAbstractText?length gt 80>
${article.articleAbstractText[0..81]}
${article.articleAbstractText[0..80]}
<#else>
${article.articleAbstractText}
</#if>