Change cdn for comment.

pull/146/head
ruibaby 2019-05-07 20:40:33 +08:00
parent 4ff188983d
commit 7f1683cd44
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<#macro comment id,type>
<script src="https://unpkg.com/vue"></script>
<script src="//cdn.jsdelivr.net/npm/vue@2.6.10/dist/vue.min.js"></script>
<script src="/static/js/halo-comment.min.js"></script>
<halo-comment id="${id}" type="${type}"/>
</#macro>