halo-theme-Single/module/comment.ftl

7 lines
375 B
Plaintext
Raw Normal View History

2022-05-27 15:30:43 +08:00
<#macro comment target,type>
2022-04-10 11:10:56 +08:00
<#if !post.disallowComment!false>
2022-06-22 00:55:06 +08:00
<script src="//cdn.jsdelivr.net/npm/vue@2.6.10/dist/vue.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?c}" type="${type}" />
2022-04-10 11:10:56 +08:00
</#if>
</#macro>