Skip to content

Commit 5650785

Browse files
author
shenliyang
committed
Update README.md
1 parent 81a3979 commit 5650785

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,10 @@ npm i hexo-generator-json-content@2.2.0 -S
490490

491491
可能是您忘记预设网站语言,而启用默认语言了,请先在Hexo配置中调整 language 设定
492492

493+
``` bash
494+
language: zh-CN
495+
```
496+
493497
#### 7. 关于Hexo标签和分类方法的分歧
494498

495499
> 只有文章支持分类和标签,您可以在 Front-matter 中设置。在其他系统中,分类和标签听起来很接近,但是在 Hexo 中两者有着明显的差别:分类具有顺序性和层次性,也就是说 `Foo, Bar` 不等于 `Bar, Foo`;而标签没有顺序和层次。
@@ -506,10 +510,6 @@ categories:
506510

507511
Hexo官方文档: [分类方法的分歧](https://hexo.io/zh-cn/docs/front-matter#分类和标签)
508512

509-
``` bash
510-
language: zh-CN
511-
```
512-
513513
> 没有找到我需要的问题: [提Issues](https://github.com/shenliyang/hexo-theme-snippet/issues/new)
514514

515515
## 版本更新日志

0 commit comments

Comments
 (0)