From 57e91e3b40e425c407f8017e848513e229015f08 Mon Sep 17 00:00:00 2001 From: XPoet Date: Thu, 3 Nov 2022 20:53:46 +0800 Subject: [PATCH] chore(release): v3.5.2 --- _config.yml | 3 +-- layout/_partial/footer.ejs | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 6a8ec2e..d68133e 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ ## ====================================================================================== -## Keep v3.5.1 +## Keep v3.5.2 ## Preview: https://xpoet.cn ## Document: https://keep-docs.xpoet.cn ## Repository: https://github.com/XPoet/hexo-theme-keep @@ -154,7 +154,6 @@ post: # --------------------------------------------------------------------------------------- # Code block -# Support code copy and code block collapse # --------------------------------------------------------------------------------------- code_block: # Toolbar include: "code copy", "code block collapse" and "code language" diff --git a/layout/_partial/footer.ejs b/layout/_partial/footer.ejs index 6bd53a4..1361d78 100644 --- a/layout/_partial/footer.ejs +++ b/layout/_partial/footer.ejs @@ -30,7 +30,7 @@ const { site_uv: bsz_site_uv, site_pv: bsz_site_pv, enable: bsz_enable } = theme <% } %>
- <%- __('powered_by', 'Hexo') %> | <%- __('theme') %> Keep v3.5.1 + <%- __('powered_by', 'Hexo') %> | <%- __('theme') %> Keep v3.5.2
<% if (f_icp) { %>
diff --git a/package.json b/package.json index fe4f344..bd31818 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-keep", - "version": "3.5.1", + "version": "3.5.2", "private": false, "description": "A simple and elegant theme for Hexo.", "scripts": {