mirror of https://github.com/halo-dev/halo
Update anatole theme.
parent
2213430c91
commit
a08cb09e5c
|
@ -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@1.0.5/dist/halo-comment.min.js"></script>
|
<script src="${options.comment_internal_plugin_js!'//cdn.jsdelivr.net/gh/halo-dev/halo-comment@latest/dist/halo-comment.min.js'}"></script>
|
||||||
<halo-comment id="${post.id}" type="${type}"/>
|
<halo-comment id="${post.id}" type="${type}"/>
|
||||||
</#if>
|
</#if>
|
||||||
</#macro>
|
</#macro>
|
Loading…
Reference in New Issue