Skip to content

Commit

Permalink
chore(release): v3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
XPoet committed Aug 7, 2023
1 parent 01be9c9 commit a3fff03
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## ======================================================================================
## Keep v3.7.0
## Keep v3.7.1
## Preview: https://xpoet.cn
## Documents: https://keep-docs.xpoet.cn
## Repository: https://github.com/XPoet/hexo-theme-keep
Expand Down Expand Up @@ -322,7 +322,7 @@ footer:

# e.g.
# - link_url: https://github.com/XPoet/hexo-theme-keep
# img_url: https://img.shields.io/badge/Hexo-Keep%20v3.7.0-blue?style=flat-square&logo=hexo
# img_url: https://img.shields.io/badge/Hexo-Keep%20v3.7.1-blue?style=flat-square&logo=hexo
#
# - link_url: https://github.com/XPoet/hexo-theme-keep
# img_url: https://img.shields.io/badge/Hexo-Keep%20v3.7.1-red?style=flat-square&logo=hexo
Expand Down
4 changes: 2 additions & 2 deletions layout/_partial/footer.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const web_master = bi_author || hexo_author
<img src="https://img.shields.io/badge/Powered_by-Hexo-<%= shields_color_list[3] %>?style=<%= shields_style %>">
</a>
<a class="shields-item" href="https://github.com/XPoet/hexo-theme-keep" target="_blank">
<img src="https://img.shields.io/badge/Theme-Keep%20v3.7.0-<%= shields_color_list[4] %>?style=<%= shields_style %>">
<img src="https://img.shields.io/badge/Theme-Keep%20v3.7.1-<%= shields_color_list[4] %>?style=<%= shields_style %>">
</a>
<% if (f_site_deploy?.enable === true && f_site_deploy?.provider !== '') { %>
<a class="shields-item<%= f_site_deploy?.url ? '' : ' no-pointer' %>"
Expand Down Expand Up @@ -72,7 +72,7 @@ const web_master = bi_author || hexo_author
</div>
<div class="theme-info info-item <%= footer_style_type %>">
<%- __('footer.powered_by', '<a target="_blank" href="https://hexo.io">Hexo</a>') %>&nbsp;|&nbsp;<%- __('theme') %>&nbsp;<a class="theme-version" target="_blank" href="https://github.com/XPoet/hexo-theme-keep">Keep v3.7.0</a>
<%- __('footer.powered_by', '<a target="_blank" href="https://hexo.io">Hexo</a>') %>&nbsp;|&nbsp;<%- __('theme') %>&nbsp;<a class="theme-version" target="_blank" href="https://github.com/XPoet/hexo-theme-keep">Keep v3.7.1</a>
</div>
<% if (f_icp?.enable && f_icp?.record_code) { %>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo-theme-keep",
"version": "3.7.0",
"version": "3.7.1",
"private": false,
"description": "A simple and elegant theme for Hexo.",
"scripts": {
Expand Down

0 comments on commit a3fff03

Please sign in to comment.