Update anatole theme.

pull/235/head
ruibaby 2019-07-06 12:55:51 +08:00
parent e171344cd1
commit 166d302b13
3 changed files with 3 additions and 4 deletions

View File

@ -61,7 +61,7 @@
<#macro comment post,type>
<#if !post.disallowComment!false>
<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.2/dist/halo-comment.min.js"></script>
<script src="//cdn.jsdelivr.net/gh/halo-dev/halo-comment@1.0.4/dist/halo-comment.min.js"></script>
<halo-comment id="${post.id}" type="${type}"/>
</#if>
</#macro>

View File

@ -1,7 +1,7 @@
<#macro comment post,type>
<#if !post.disallowComment!false>
<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.2/dist/halo-comment.min.js"></script>
<script src="//cdn.jsdelivr.net/gh/halo-dev/halo-comment@1.0.5/dist/halo-comment.min.js"></script>
<halo-comment id="${post.id}" type="${type}"/>
</#if>
</#macro>

View File

@ -64,7 +64,6 @@ style:
name: icon
label: 右上角图标
type: text
default: '/anatole/source/images/logo.png'
post_title_uppper:
name: post_title_uppper
label: 文章标题大写
@ -92,7 +91,7 @@ style:
label: 圆形头像
type: radio
data-type: bool
default: true
default: false
options:
- value: true
label: 开启