Skip to content

Commit c93d95f

Browse files
committed
feat(theme): 升级主题为2.3.0
1 parent 7956641 commit c93d95f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "halo-theme-dream",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"description": "梦之城,童话梦境,动漫类型博客主题。",
55
"main": "index.js",
66
"author": "nineya",

template/layout.ftl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#global theme_version="2.2.1">
1+
<#global theme_version="2.3.0">
22
<#macro layout0 title,canonical>
33
<#if RequestParameters?? && RequestParameters._pjax?? >
44
<#global is_pjax=RequestParameters._pjax>

theme.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ website: https://blog.nineya.com
1616
# 主题github开源地址
1717
repo: https://github.com/nineya/halo-theme-dream
1818
# 版本号
19-
version: 2.2.1
19+
version: 2.3.0
2020
# 最低支持的 Halo 版本
2121
require: 1.0.0
2222
# 文章页 meta 变量

0 commit comments

Comments
 (0)