mirror of https://github.com/halo-dev/halo
Update anatole theme.
parent
fbaff2883b
commit
9630f9a2bb
|
@ -1,7 +1,7 @@
|
|||
<#macro comment post,type>
|
||||
<#if !post.disallowComment!false>
|
||||
<script src="//cdn.jsdelivr.net/npm/vue@2.6.10/dist/vue.min.js"></script>
|
||||
<script src="//cdn.jsdelivr.net/gh/halo-dev/halo-comment@latest/dist/halo-comment.min.js"></script>
|
||||
<script src="//cdn.jsdelivr.net/gh/halo-dev/halo-comment@1.0.0-beta.6/dist/halo-comment.min.js"></script>
|
||||
<halo-comment id="${post.id}" type="${type}"/>
|
||||
</#if>
|
||||
</#macro>
|
|
@ -91,7 +91,7 @@
|
|||
</#if>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="comment_widget">
|
||||
<div id="comment_widget" style="margin: 30px;">
|
||||
<#include "module/comment.ftl">
|
||||
<@comment post=post type="post" />
|
||||
</div>
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
class="fa fa-twitter"></a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="comment_widget">
|
||||
<div id="comment_widget" style="margin: 30px;">
|
||||
<#include "module/comment.ftl">
|
||||
<@comment post=sheet type="sheet" />
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue