Release v8.7.1

This commit is contained in:
Mimi 2021-09-01 01:32:35 +08:00
parent f16df02f2d
commit 777a70b751
3 changed files with 3 additions and 3 deletions

View File

@ -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
两者兼有:

View File

@ -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": [

View File

@ -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;