diff --git a/docs/zh-CN/CONTRIBUTING.md b/docs/zh-CN/CONTRIBUTING.md index f855204d1..50c1694a0 100644 --- a/docs/zh-CN/CONTRIBUTING.md +++ b/docs/zh-CN/CONTRIBUTING.md @@ -145,7 +145,7 @@ Pull Request 的标签: - `Feature`: 为现有功能提供选项或加成的 Pull Request - `i18n`: 更新了翻译的 Pull Request - `Dependencies`: 更新了依赖包的 Pull Request -- `Actions`: 更新了GitHub Actions的 Pull Request +- `Actions`: 更新了 GitHub Actions 的 Pull Request - `Skip Release`: 无需在 Release Note 中展现的 Pull Request 两者兼有: diff --git a/package.json b/package.json index 8b7fcc222..2e85cd13a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-next", - "version": "8.7.0", + "version": "8.7.1", "description": "Elegant and powerful theme for Hexo.", "main": "package.json", "files": [ diff --git a/source/css/_common/outline/footer/index.styl b/source/css/_common/outline/footer/index.styl index 53c868e39..75cd08cb3 100644 --- a/source/css/_common/outline/footer/index.styl +++ b/source/css/_common/outline/footer/index.styl @@ -75,7 +75,7 @@ } } -if (hexo-config('footer.beian.enable') && hexo-config('footer.beian.gongan_icon_url')) { +if (hexo-config('footer.beian.enable') and hexo-config('footer.beian.gongan_icon_url')) { .beian img { display: inline-block; margin: 0 3px;