列表页面、文章页面有日期的地方一律统一使用更新时间
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
|
||||
<div class="article__meta ft-gray fn-flex">
|
||||
<time>
|
||||
${article.articleCreateDate?string("yyyy-MM-dd")}
|
||||
${article.articleUpdateDate?string("yyyy-MM-dd")}
|
||||
</time> •
|
||||
<a href="${servePath}${article.articlePermalink}#comments" class="ft-gray">
|
||||
${article.articleCommentCount} ${commentLabel}
|
||||
|
Reference in New Issue
Block a user