Skip to content

Commit

Permalink
Update comments.ftl
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby committed Jun 3, 2019
1 parent 3533def commit 4810bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comments.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<#if !post.disallowComment!false>
<div id="comments" class="gen">
<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.1/dist/halo-comment.min.js"></script>
<script src="//cdn.jsdelivr.net/gh/halo-dev/halo-comment@1.0.2/dist/halo-comment.min.js"></script>
<halo-comment id="${post.id}" type="${type}"/>
</div>
</#if>
Expand Down

0 comments on commit 4810bd5

Please sign in to comment.