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