列表页面、文章页面有日期的地方一律统一使用更新时间
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
|
||||
<div class="row article-date">
|
||||
<#setting locale="en_US">
|
||||
${article.articleCreateDate?string("MMMM d, yyyy")}
|
||||
${article.articleUpdateDate?string("MMMM d, yyyy")}
|
||||
<#setting locale=localeString>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user