mirror of https://github.com/halo-dev/halo
Fixed anatole theme comment.
parent
9d3f409fb6
commit
fdff4640cd
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue