diff --git a/README.md b/README.md index 1b768c7..303be46 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@
Language: - English - 简中 - 繁中 + English | + 简体中文 | + 繁體中文
Keep @@ -103,5 +103,7 @@ This project exists thanks to all the people who contribute. ## :memo: License -[GPL-3.0](https://github.com/XPoet/hexo-theme-keep/blob/master/LICENSE) Copyright © 2020-present XPoet +[AGPL-3.0](https://github.com/XPoet/hexo-theme-keep/blob/master/LICENSE) + +Copyright © 2020-present XPoet diff --git a/_config.yml b/_config.yml index d6a2fea..ef81d97 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ ## ====================================================================================== -## Keep v3.6.0 +## Keep v3.6.1 ## Preview: https://xpoet.cn ## Documents: https://keep-docs.xpoet.cn ## Repository: https://github.com/XPoet/hexo-theme-keep diff --git a/docs/README_zh-CN.md b/docs/README_zh-CN.md index 94b780b..be9c05f 100644 --- a/docs/README_zh-CN.md +++ b/docs/README_zh-CN.md @@ -1,8 +1,8 @@
语言: - 简中 - English - 繁中 + 简体中文 | + English | + 繁體中文
Keep @@ -102,4 +102,6 @@ $ git pull ## :memo: 许可 -[GPL-3.0](https://github.com/XPoet/hexo-theme-keep/blob/master/LICENSE) Copyright © 2020-present XPoet +[AGPL-3.0](https://github.com/XPoet/hexo-theme-keep/blob/master/LICENSE) + +Copyright © 2020-present XPoet diff --git a/docs/README_zh-TW.md b/docs/README_zh-TW.md index e58bc36..01278e3 100644 --- a/docs/README_zh-TW.md +++ b/docs/README_zh-TW.md @@ -1,8 +1,8 @@
語言: - 繁中 - English - 简中 + 繁體中文 | + English | + 简体中文
Keep @@ -103,4 +103,6 @@ $ git pull ## :memo: 許可 -[GPL-3.0](https://github.com/XPoet/hexo-theme-keep/blob/master/LICENSE) Copyright © 2020-present XPoet +[AGPL-3.0](https://github.com/XPoet/hexo-theme-keep/blob/master/LICENSE) + +Copyright © 2020-present XPoet diff --git a/layout/_partial/footer.ejs b/layout/_partial/footer.ejs index 22ae789..200b348 100644 --- a/layout/_partial/footer.ejs +++ b/layout/_partial/footer.ejs @@ -34,7 +34,7 @@ const { site_uv: bsz_site_uv, site_pv: bsz_site_pv, enable: bsz_enable } = theme <% } %>
- <%- __('powered_by', 'Hexo') %> | <%- __('theme') %> Keep v3.6.0 + <%- __('powered_by', 'Hexo') %> | <%- __('theme') %> Keep v3.6.1
<% if (f_icp) { %>
diff --git a/layout/_partial/home-article-meta-info.ejs b/layout/_partial/home-article-meta-info.ejs index fe3b8b6..74295d6 100644 --- a/layout/_partial/home-article-meta-info.ejs +++ b/layout/_partial/home-article-meta-info.ejs @@ -1,12 +1,9 @@ -<% -const target_date = post.date !== post.updated ? post.updated : post.date -%>