Update anatole theme.

pull/172/head
ruibaby 2019-05-31 22:00:29 +08:00
parent fbaff2883b
commit 9630f9a2bb
3 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>