mirror of https://github.com/halo-dev/halo
Update anatole theme.
parent
e171344cd1
commit
166d302b13
|
@ -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>
|
|
@ -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>
|
|
@ -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: 开启
|
||||
|
|
Loading…
Reference in New Issue