mirror of https://github.com/halo-dev/halo
Fixed anatole theme comment.
parent
9d3f409fb6
commit
fdff4640cd
|
@ -93,7 +93,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="comment_widget">
|
<div id="comment_widget">
|
||||||
<#include "module/comment.ftl">
|
<#include "module/comment.ftl">
|
||||||
<@comment post="${post!}" type="post" />
|
<@comment post=post type="post" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -73,7 +73,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="comment_widget">
|
<div id="comment_widget">
|
||||||
<#include "module/comment.ftl">
|
<#include "module/comment.ftl">
|
||||||
<@comment post="${sheet!}" type="sheet" />
|
<@comment post=sheet type="sheet" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue