Skip to content

Commit

Permalink
Update comment.ftl
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby committed Jun 3, 2019
1 parent c821153 commit 81aba3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/comment.ftl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<#macro comment post,type>
<#if !post.disallowComment!false>
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/vue.min.js"></script>
<script src="//cdn.jsdelivr.net/gh/halo-dev/[email protected].1/dist/halo-comment.min.js"></script>
<script src="//cdn.jsdelivr.net/gh/halo-dev/[email protected].2/dist/halo-comment.min.js"></script>
<halo-comment id="${post.id}" type="${type}"/>
</#if>
</#macro>

0 comments on commit 81aba3f

Please sign in to comment.