Skip to content

Commit

Permalink
Update theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby committed Jun 1, 2019
1 parent 1dd8bad commit c821153
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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].0-beta.6/dist/halo-comment.min.js"></script>
<script src="//cdn.jsdelivr.net/gh/halo-dev/[email protected].1/dist/halo-comment.min.js"></script>
<halo-comment id="${post.id}" type="${type}"/>
</#if>
</#macro>
1 change: 1 addition & 0 deletions theme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ author:
description:
logo: https://avatars1.githubusercontent.com/u/2178663?s=200&v=4
website: https://github.com/halo-dev/halo-theme-casper
repo: https://github.com/halo-dev/halo-theme-casper
version: 1.0

0 comments on commit c821153

Please sign in to comment.