fix(bug): some bug
This commit is contained in:
4
post.ftl
4
post.ftl
@@ -29,7 +29,7 @@
|
||||
<#elseif (timeago >= 604800000) && (timeago < 3153600000)>
|
||||
发表于 ${(timeago / 604800000)?int} 周前
|
||||
<#elseif (timeago >= 3153600000) && (timeago < 94608000000)>
|
||||
发表于 ${(timeago / 3153600000)?int} 年前
|
||||
发表于 ${(timeago / 3153600000)?int} 月前
|
||||
<#elseif (timeago >= 94608000000)>
|
||||
发表于很久很久以前 ~
|
||||
</#if>
|
||||
@@ -46,7 +46,7 @@
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="markdown">
|
||||
<div class="heti">
|
||||
${post.formatContent!}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user