From c93d95fb1f25da28936a8799993858a15b4611c0 Mon Sep 17 00:00:00 2001 From: nineya Date: Wed, 28 Jun 2023 22:06:57 +0800 Subject: [PATCH] =?UTF-8?q?feat(theme):=20=E5=8D=87=E7=BA=A7=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E4=B8=BA2.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- template/layout.ftl | 2 +- theme.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 518e1be..7757e47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "halo-theme-dream", - "version": "2.2.1", + "version": "2.3.0", "description": "梦之城,童话梦境,动漫类型博客主题。", "main": "index.js", "author": "nineya", diff --git a/template/layout.ftl b/template/layout.ftl index cf147eb..ae74bbd 100644 --- a/template/layout.ftl +++ b/template/layout.ftl @@ -1,4 +1,4 @@ -<#global theme_version="2.2.1"> +<#global theme_version="2.3.0"> <#macro layout0 title,canonical> <#if RequestParameters?? && RequestParameters._pjax?? > <#global is_pjax=RequestParameters._pjax> diff --git a/theme.yaml b/theme.yaml index 490eada..d129203 100644 --- a/theme.yaml +++ b/theme.yaml @@ -16,7 +16,7 @@ website: https://blog.nineya.com # 主题github开源地址 repo: https://github.com/nineya/halo-theme-dream # 版本号 -version: 2.2.1 +version: 2.3.0 # 最低支持的 Halo 版本 require: 1.0.0 # 文章页 meta 变量