mirror of https://github.com/halo-dev/halo
Update anatole theme.
parent
e171344cd1
commit
166d302b13
|
@ -61,7 +61,7 @@
|
||||||
<#macro comment post,type>
|
<#macro comment post,type>
|
||||||
<#if !post.disallowComment!false>
|
<#if !post.disallowComment!false>
|
||||||
<script src="//cdn.jsdelivr.net/npm/vue@2.6.10/dist/vue.min.js"></script>
|
<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}"/>
|
<halo-comment id="${post.id}" type="${type}"/>
|
||||||
</#if>
|
</#if>
|
||||||
</#macro>
|
</#macro>
|
|
@ -1,7 +1,7 @@
|
||||||
<#macro comment post,type>
|
<#macro comment post,type>
|
||||||
<#if !post.disallowComment!false>
|
<#if !post.disallowComment!false>
|
||||||
<script src="//cdn.jsdelivr.net/npm/vue@2.6.10/dist/vue.min.js"></script>
|
<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}"/>
|
<halo-comment id="${post.id}" type="${type}"/>
|
||||||
</#if>
|
</#if>
|
||||||
</#macro>
|
</#macro>
|
|
@ -64,7 +64,6 @@ style:
|
||||||
name: icon
|
name: icon
|
||||||
label: 右上角图标
|
label: 右上角图标
|
||||||
type: text
|
type: text
|
||||||
default: '/anatole/source/images/logo.png'
|
|
||||||
post_title_uppper:
|
post_title_uppper:
|
||||||
name: post_title_uppper
|
name: post_title_uppper
|
||||||
label: 文章标题大写
|
label: 文章标题大写
|
||||||
|
@ -92,7 +91,7 @@ style:
|
||||||
label: 圆形头像
|
label: 圆形头像
|
||||||
type: radio
|
type: radio
|
||||||
data-type: bool
|
data-type: bool
|
||||||
default: true
|
default: false
|
||||||
options:
|
options:
|
||||||
- value: true
|
- value: true
|
||||||
label: 开启
|
label: 开启
|
||||||
|
|
Loading…
Reference in New Issue