Fixed anatole theme comment.

pull/151/head
ruibaby 2019-05-10 15:24:16 +08:00
parent 9d3f409fb6
commit fdff4640cd
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@
</div>
<div id="comment_widget">
<#include "module/comment.ftl">
<@comment post="${post!}" type="post" />
<@comment post=post type="post" />
</div>
</div>
</div>

View File

@ -73,7 +73,7 @@
</div>
<div id="comment_widget">
<#include "module/comment.ftl">
<@comment post="${sheet!}" type="sheet" />
<@comment post=sheet type="sheet" />
</div>
</div>
</div>